From 6376a2e45cf2fc2c19313bf4b277d2d73faba37d Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Thu, 26 Jan 2012 17:20:52 +0100 Subject: [PATCH] added reboot --- CLIENT_DATA/setup32.ins | 2 +- CLIENT_DATA/uninstall32.ins | 3 +++ product.cfg | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 0d07b8c..f1729ac 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -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 diff --git a/CLIENT_DATA/uninstall32.ins b/CLIENT_DATA/uninstall32.ins index 63e8d43..5a9a56d 100644 --- a/CLIENT_DATA/uninstall32.ins +++ b/CLIENT_DATA/uninstall32.ins @@ -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" diff --git a/product.cfg b/product.cfg index a90c95f..88f6399 100644 --- a/product.cfg +++ b/product.cfg @@ -4,7 +4,7 @@ VENDOR="itwatch.de" PN="itwatch" VERSION="4.10.19" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE=""