k1000 problems with dataversion verification (TortoiseSVN)
hello there,
im trying to set up a scripted installation by using the kscript online and msi installler.
i`m starting the script by verifying the version of the programm (TortoiseSVN 1.7.9.23248), because i don`t want the script running if the version is already installed.
now when the script is running it seems that kace can`t verify the version, but the path to the file is correct, name is correct and the version is correct. there are also the correct entries in that properties->detail field (dataversion, productversion).
i tried different .exe files in the same directory that got the version but nothing works and there is the same problem by using the productversion verification.
when i`m doing a simmilar setup with an other program it works fine.
i`ve seen that the entry dataversion and programversion are a tiny bit different (dataversion 1.7.9.23248; programmversion 1,7,9,23248) ...but could that be the reason for failing the verification?
i tried very much but nothing seems to work... how does kace get the version of a program? any ideas of a solution?
thanks
so long
namdi
Answers (4)
There is still the same problem the script is running and running again. Maybe there is a problem in the script:
Verify
- Verify that the file “C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe” has version “1.7.9.23248”.
On Success
Remediation
- Create a message window named “SVN” with title “Tortoise”, message “New Tortoise Version will be installed...” and timeout “60” seconds.
- Run the batch file “Tortoise Process kill” with params “”.
- Install “TortoiseSVN 1.7.9.23248 (64 bit)” with arguments “$(KBOX_SYS_DIR)\msiexec.exe /qn /norestart /l* ”tortoise_log.txt“ /i TortoiseSVN-1.7.9.23248-x64-svn-1.7.6.msi ”.
- Set the text in the message window named “SVN” to “Tortoise setup finished”.
On Remediation Success
- Log “TortoiseSVN 1.7.9.23248 (64 bit) installiert mit $(KBOX_SYS_DIR)\msiexec.exe /qn /norestart /l* ”tortoise_log.txt“ /i TortoiseSVN-1.7.9.23248-x64-svn-1.7.6.msi ” to “output”.
On Remediation Failure
- Log “TortoiseSVN 1.7.9.23248 (64 bit) FEHLER bei Installation mit $(KBOX_SYS_DIR)\msiexec.exe /qn /norestart /l* ”tortoise_log.txt“ /i TortoiseSVN-1.7.9.23248-x64-svn-1.7.6.msi ” to “output”.
Verify that the file “C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" has version “1.7.9.23248”.
Comments:
-
also Verify a product version is exactly... does not work. - anonymous_84862 12 years ago