deletes the reg value

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1646 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-09 18:39:55 +00:00
parent 7b04942e8a
commit a1a19eb171

View file

@ -95,6 +95,8 @@ Section "Uninstall"
RMDir "$SMPROGRAMS\${TEMP1}" ;Only if empty, so it won't delete other shortcuts
RMDir "$INSTDIR"
DeleteRegValue HKCU "Software\${MUI_PRODUCT}" "Start Menu Folder"
;Display the Finish header
!insertmacro MUI_UNFINISHHEADER