summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Garland <johnnyg@gmail.com>2009-02-23 06:30:51 +0000
committerJohn Garland <johnnyg@gmail.com>2009-02-23 06:30:51 +0000
commit108a22f1b97aa938ca197dd2f428170b7a2cf1ca (patch)
treeced219b071a306d010673d82330475c31d1f20ee
parent5b6a6eedfa6ecb306657f49d9e2db65935b46814 (diff)
downloaddeluge-108a22f1b97aa938ca197dd2f428170b7a2cf1ca.tar.gz
deluge-108a22f1b97aa938ca197dd2f428170b7a2cf1ca.tar.bz2
deluge-108a22f1b97aa938ca197dd2f428170b7a2cf1ca.zip
Removed autoclose from uninstaller
-rw-r--r--win32/deluge.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/deluge.nsi b/win32/deluge.nsi
index 4d85ab4aa..e0424c06e 100644
--- a/win32/deluge.nsi
+++ b/win32/deluge.nsi
@@ -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