diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-06-26 04:28:09 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-06-26 04:28:09 +0000 |
commit | 6d0b0036f85d5fa336ca2bf5daae1ac214d91727 (patch) | |
tree | d6ff3515226c7e176b6a30802ad1c78fd8ae1815 | |
parent | 881bffb33613e6a1b9efd5b69552d6cffe255518 (diff) |
remove Ok dialog since its unneeded and interferes with automating the installer to make the zip package
svn path=/trunk/; revision=15110
-rwxr-xr-x | packages/win32_inno/pd-inno.iss.in | 1 |
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;
|