+ fixes #0002258: Silent uninstall blocks on MessageBox, fixes #0002056: Support silent (de)installation using NSIS

This commit is contained in:
wmayer 2015-09-11 19:43:20 +02:00
parent 4d776eb03f
commit 185735ca2c
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ function un.onInit
SetShellVarContext all
#Verify the uninstaller - last chance to back out
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" /SD IDOK IDOK next
Abort
next:
!insertmacro VerifyUserIsAdmin

View File

@ -159,7 +159,7 @@ function un.onInit
SetShellVarContext all
#Verify the uninstaller - last chance to back out
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" IDOK next
MessageBox MB_OKCANCEL "Permanantly remove ${APPNAME}?" /SD IDOK IDOK next
Abort
next:
!insertmacro VerifyUserIsAdmin