small changes

This commit is contained in:
DT Netsolution GmbH 2012-01-26 18:04:37 +01:00
parent 6376a2e45c
commit f726b167c2
1 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,6 @@ else
comment "Create shortcuts"
LinkFolder_install
comment "Trigger reboot"
ExitWindows /Reboot
comment "Test for installation success"
; Test if software marked as installed in registry
; if (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}] DisplayName") = "")
@ -78,6 +75,9 @@ else
; comment "Successful Installation"
; endif
comment "Trigger reboot"
ExitWindows /Reboot
endif
[Winbatch_install]