Removed autoclose from uninstaller

This commit is contained in:
John Garland 2009-02-23 06:30:51 +00:00
parent 5b6a6eedfa
commit 108a22f1b9

View file

@ -81,6 +81,7 @@
!define MUI_UNICON "..\deluge\data\pixmaps\deluge.ico"
!define MUI_HEADERIMAGE_UNBITMAP "installer-top.bmp"
!define MUI_WELCOMEFINISHPAGE_UNBITMAP "installer-side.bmp"
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
; Pages
@ -127,7 +128,6 @@
!macroend
!macro install_ZIP installer_name install_dir
InitPluginsDir
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
nsisunz::UnzipToLog "$TEMP\${${installer_name}}" "${install_dir}"
Pop $0