aboutsummaryrefslogtreecommitdiff
path: root/packages/win32_inno
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-06-26 04:28:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-06-26 04:28:09 +0000
commit6d0b0036f85d5fa336ca2bf5daae1ac214d91727 (patch)
treed6ff3515226c7e176b6a30802ad1c78fd8ae1815 /packages/win32_inno
parent881bffb33613e6a1b9efd5b69552d6cffe255518 (diff)
remove Ok dialog since its unneeded and interferes with automating the installer to make the zip package
svn path=/trunk/; revision=15110
Diffstat (limited to 'packages/win32_inno')
-rwxr-xr-xpackages/win32_inno/pd-inno.iss.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/win32_inno/pd-inno.iss.in b/packages/win32_inno/pd-inno.iss.in
index 2e9e6c34..d90cb659 100755
--- a/packages/win32_inno/pd-inno.iss.in
+++ b/packages/win32_inno/pd-inno.iss.in
@@ -382,7 +382,6 @@ begin
end;
end;
BringToFrontAndRestore();
- MsgBox('NextButtonClick:' #13#13 'The normal installation will now start.', mbInformation, MB_OK);
end;
end;