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:
parent
7b04942e8a
commit
a1a19eb171
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue