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:
joostverburg 2002-10-08 20:08:07 +00:00
parent b975ad7cf9
commit 4afdba8b43

View file

@ -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