From a1a19eb17113a1eff38391fc663a1287d4b7f4f8 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 9 Nov 2002 18:39:55 +0000 Subject: [PATCH] deletes the reg value git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1646 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/StartMenu.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples/Modern UI/StartMenu.nsi b/Examples/Modern UI/StartMenu.nsi index e8979521..c5a03b94 100644 --- a/Examples/Modern UI/StartMenu.nsi +++ b/Examples/Modern UI/StartMenu.nsi @@ -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