fixed bug #1891106 - Error flag not cleared after ReadRegStr in MUI StartMenu
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5540 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d04ee548e2
commit
1b3f415241
1 changed files with 3 additions and 1 deletions
|
@ -106,7 +106,9 @@ Start Menu folder page
|
||||||
${if} $mui.StartMenuPage.RegistryLocation != ""
|
${if} $mui.StartMenuPage.RegistryLocation != ""
|
||||||
StrCpy "${MUI_STARTMENUPAGE_VARIABLE}" $mui.StartMenuPage.RegistryLocation
|
StrCpy "${MUI_STARTMENUPAGE_VARIABLE}" $mui.StartMenuPage.RegistryLocation
|
||||||
${endif}
|
${endif}
|
||||||
|
|
||||||
|
ClearErrors
|
||||||
|
|
||||||
${endif}
|
${endif}
|
||||||
|
|
||||||
!endif
|
!endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue