fixed uninstaller error, compile error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1341 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b975ad7cf9
commit
4afdba8b43
1 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ Section "Uninstall"
|
|||
|
||||
RMDir "$INSTDIR"
|
||||
|
||||
DeleteRegKey HKCU "Software\${NAME}" "Installer Language"
|
||||
DeleteRegValue HKCU "Software\${NAME}" "Installer Language"
|
||||
|
||||
!insertmacro MUI_FINISHHEADER un.SetPage
|
||||
|
||||
|
@ -223,7 +223,7 @@ FunctionEnd
|
|||
|
||||
Function un.onNextPage
|
||||
|
||||
!insertmacro MUI_NEXTPAGE un.onNextPage
|
||||
!insertmacro MUI_NEXTPAGE un.SetPage
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue