changeset 16784:9b74ac7ea9c7

Don't automatically proceed to the installer's "Finished" page - allow the log to be reviewed and make the user choose to move on. (Fixes #456).
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 02 May 2007 05:14:05 +0000
parents 58904374db06
children 2ab54f33b67d
files pidgin/win32/nsis/pidgin-installer.nsi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Wed May 02 05:03:47 2007 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Wed May 02 05:14:05 2007 +0000
@@ -114,6 +114,7 @@
   !define MUI_ABORTWARNING
 
   ;Finish Page config
+  !define MUI_FINISHPAGE_NOAUTOCLOSE
   !define MUI_FINISHPAGE_RUN			"$INSTDIR\pidgin.exe"
   !define MUI_FINISHPAGE_RUN_NOTCHECKED
   !define MUI_FINISHPAGE_LINK			$(PIDGIN_FINISH_VISIT_WEB_SITE)