try to fix Win64 installer: "Program Files (x86)" => "Program Files"
original commit: 9d48858d5350bb039af9391cb8a734d6d013e211
This commit is contained in:
parent
a6515be5ee
commit
11e4d2e32a
|
@ -18,7 +18,7 @@ BGGradient 4040A0 101020
|
||||||
|
|
||||||
SetCompressor /SOLID "LZMA"
|
SetCompressor /SOLID "LZMA"
|
||||||
|
|
||||||
InstallDir "$PROGRAMFILES\${RKTDirName}"
|
InstallDir "${RKTProgFiles}\${RKTDirName}"
|
||||||
!ifndef SimpleInstaller
|
!ifndef SimpleInstaller
|
||||||
InstallDirRegKey HKLM "Software\${RKTRegName}" ""
|
InstallDirRegKey HKLM "Software\${RKTRegName}" ""
|
||||||
!endif
|
!endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user