read from correct value in InstallDirRegKey
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5575 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dbc100af40
commit
2b6e00ffd1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ InstallColors FF8080 000030
|
|||
XPStyle on
|
||||
|
||||
InstallDir "$PROGRAMFILES\NSISTest\BigNSISTest"
|
||||
InstallDirRegKey HKLM "Software\NSISTest\BigNSISTest" ""
|
||||
InstallDirRegKey HKLM "Software\NSISTest\BigNSISTest" "Install_Dir"
|
||||
|
||||
CheckBitmap "${NSISDIR}\Contrib\Graphics\Checks\classic-cross.bmp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue