From 96b83c59d3045f5c330753408be8139cabc1b7cd Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 7 Jul 2011 15:43:06 +0200 Subject: [PATCH] add reboot request --- CLIENT_DATA/setup32.ins | 3 +++ build.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 674d202..7a98264 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -74,6 +74,9 @@ else ; else ; comment "Successful Installation" ; endif + + comment "Reboot" + ExitWindows /Reboot endif diff --git a/build.sh b/build.sh index ed1e89b..4a7f491 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="adobeacrobat-7" VERSION="7.0" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="restrict"