small changes
This commit is contained in:
parent
6376a2e45c
commit
f726b167c2
@ -66,9 +66,6 @@ else
|
|||||||
comment "Create shortcuts"
|
comment "Create shortcuts"
|
||||||
LinkFolder_install
|
LinkFolder_install
|
||||||
|
|
||||||
comment "Trigger reboot"
|
|
||||||
ExitWindows /Reboot
|
|
||||||
|
|
||||||
comment "Test for installation success"
|
comment "Test for installation success"
|
||||||
; Test if software marked as installed in registry
|
; Test if software marked as installed in registry
|
||||||
; if (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}] DisplayName") = "")
|
; if (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}] DisplayName") = "")
|
||||||
@ -78,6 +75,9 @@ else
|
|||||||
; comment "Successful Installation"
|
; comment "Successful Installation"
|
||||||
; endif
|
; endif
|
||||||
|
|
||||||
|
comment "Trigger reboot"
|
||||||
|
ExitWindows /Reboot
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
[Winbatch_install]
|
[Winbatch_install]
|
||||||
|
Loading…
Reference in New Issue
Block a user