Fix #2381 : Allow silent uninstall for Windows package

This commit is contained in:
Calum Lind 2013-11-19 22:40:51 +00:00
parent 479c96745c
commit c38b00dd07
1 changed files with 2 additions and 3 deletions

View File

@ -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