From e27a7805031d7203be31d11c0261f9ca5cd4b842 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 6 Dec 2002 20:51:00 +0000 Subject: [PATCH] No annoying message box git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1916 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 247238d4..c7dc9c16 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -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