added reboot
This commit is contained in:
parent
d0c555d843
commit
6376a2e45c
@ -67,7 +67,7 @@ else
|
||||
LinkFolder_install
|
||||
|
||||
comment "Trigger reboot"
|
||||
ExitWindows /ImmediateReboot
|
||||
ExitWindows /Reboot
|
||||
|
||||
comment "Test for installation success"
|
||||
; Test if software marked as installed in registry
|
||||
|
@ -35,6 +35,9 @@ Message "Uninstalling " + $ProductId$ + " ..."
|
||||
if FileExists("%ScriptPath%\delsub32.ins")
|
||||
comment "Start uninstall sub section"
|
||||
Sub "%ScriptPath%\delsub32.ins"
|
||||
|
||||
comment "Trigger reboot"
|
||||
ExitWindows /Reboot
|
||||
endif
|
||||
|
||||
if $LicenseRequired$ = "true"
|
||||
|
@ -4,7 +4,7 @@
|
||||
VENDOR="itwatch.de"
|
||||
PN="itwatch"
|
||||
VERSION="4.10.19"
|
||||
RELEASE="1"
|
||||
RELEASE="2"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user