summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2013-11-19 22:40:51 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2013-11-19 22:43:24 +0000
commitc38b00dd07a036bd6509762cc9c3ea87a15a8108 (patch)
tree420976c1b1f7ece5d65ae9ecb84444ca0a922473
parent479c96745c15d6e5a67ae5d6fcf272c5363a1b16 (diff)
downloaddeluge-c38b00dd07a036bd6509762cc9c3ea87a15a8108.tar.gz
deluge-c38b00dd07a036bd6509762cc9c3ea87a15a8108.tar.bz2
deluge-c38b00dd07a036bd6509762cc9c3ea87a15a8108.zip
Fix #2381 : Allow silent uninstall for Windows package
-rw-r--r--win32/deluge-win32-installer.nsi5
1 files changed, 2 insertions, 3 deletions
diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi
index e4e0811d1..247152773 100644
--- a/win32/deluge-win32-installer.nsi
+++ b/win32/deluge-win32-installer.nsi
@@ -109,15 +109,14 @@ FunctionEnd
Function un.onUninstSuccess
HideWindow
- MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) was successfully removed from your computer."
+ MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) was successfully removed from your computer." /SD IDOK
FunctionEnd
Function un.onInit
- MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Do you want to completely remove $(^Name) and all of its components?" IDYES +2
+ MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Do you want to completely remove $(^Name) and all of its components?" /SD IDYES IDYES +2
Abort
FunctionEnd
-
# --- Installation sections ---
# Compare versions