No annoying message box
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1916 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2eb0568b69
commit
e27a780503
1 changed files with 0 additions and 8 deletions
|
@ -807,14 +807,6 @@ Section Uninstall
|
|||
RMDir /r $INSTDIR\Docs
|
||||
RMDir $INSTDIR
|
||||
|
||||
; if $INSTDIR was removed, skip these next ones
|
||||
IfFileExists $INSTDIR 0 Removed
|
||||
MessageBox MB_YESNO|MB_ICONQUESTION \
|
||||
"Remove all files in your NSIS directory? (If you have anything you created that you want to keep, click No)" IDNO Removed
|
||||
RMDir /r $INSTDIR
|
||||
IfFileExists $INSTDIR 0 Removed
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION "Note: $INSTDIR could not be removed."
|
||||
Removed:
|
||||
!ifndef CLASSIC_UI
|
||||
!insertmacro MUI_UNFINISHHEADER
|
||||
!endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue