added ClearErrors so errors that occurred before RMDir won't be caught

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3737 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-10-15 20:52:33 +00:00
parent 6c6902a8b6
commit 1992f1e08e

View file

@ -110,6 +110,7 @@ Section "Uninstall"
StrCpy $MUI_TEMP "$SMPROGRAMS\$MUI_TEMP"
startMenuDeleteLoop:
ClearErrors
RMDir $MUI_TEMP
GetFullPathName $MUI_TEMP "$MUI_TEMP\.."