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:
kichik 2002-12-06 20:51:00 +00:00
parent 2eb0568b69
commit e27a780503

View file

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