Get instead of remember

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2520 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-04-30 21:44:52 +00:00
parent b57c5eba4e
commit be3e5d3db5
5 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
;Folder selection page
InstallDir "$PROGRAMFILES\${MUI_PRODUCT}"
;Remember install folder
;Get install folder from registry if available
InstallDirRegKey HKCU "Software\${MUI_PRODUCT}" ""
;$9 is being used to store the Start Menu Folder.