From b82cb8ed4eb900fab634e74ec07ac93262ca2e2d Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 7 Jul 2011 15:44:23 +0200 Subject: [PATCH] add reboot request --- CLIENT_DATA/setup32.ins | 4 ++++ build.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index ae62de7..973d673 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -74,6 +74,10 @@ else ; else ; comment "Successful Installation" ; endif + + comment "Reboot" + ExitWindows /Reboot + endif diff --git a/build.sh b/build.sh index 8a968a5..06ca2e6 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="adobeindesign-cs2" VERSION="4.0" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="restrict"