missed Install_Dir

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3245 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-12-02 12:10:17 +00:00
parent 4aad4e704a
commit 371dbe14af

View file

@ -18,7 +18,7 @@ InstallDir $PROGRAMFILES\Example2
; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM "Software\NSIS_Example2" ""
InstallDirRegKey HKLM "Software\NSIS_Example2" "Install_Dir"
;--------------------------------