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:
parent
4aad4e704a
commit
371dbe14af
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
;--------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue