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