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:
parent
6c6902a8b6
commit
1992f1e08e
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ Section "Uninstall"
|
|||
StrCpy $MUI_TEMP "$SMPROGRAMS\$MUI_TEMP"
|
||||
|
||||
startMenuDeleteLoop:
|
||||
ClearErrors
|
||||
RMDir $MUI_TEMP
|
||||
GetFullPathName $MUI_TEMP "$MUI_TEMP\.."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue