added reboot

This commit is contained in:
DT Netsolution GmbH
2012-01-26 17:20:52 +01:00
parent d0c555d843
commit 6376a2e45c
3 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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"