From c38b00dd07a036bd6509762cc9c3ea87a15a8108 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Tue, 19 Nov 2013 22:40:51 +0000 Subject: [PATCH] Fix #2381 : Allow silent uninstall for Windows package --- win32/deluge-win32-installer.nsi | 5 ++--- 1 file 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