commit 11e4d2e32a504e668308c5b38dce2e31ccb6742a
parent a6515be5eedd709acba19a215dc3d1db3c8e55ea
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 21 Jan 2012 07:17:25 -0700
try to fix Win64 installer: "Program Files (x86)" => "Program Files"
original commit: 9d48858d5350bb039af9391cb8a734d6d013e211
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/meta/build/nsis/installer.nsi b/collects/meta/build/nsis/installer.nsi
@@ -18,7 +18,7 @@ BGGradient 4040A0 101020
SetCompressor /SOLID "LZMA"
-InstallDir "$PROGRAMFILES\${RKTDirName}"
+InstallDir "${RKTProgFiles}\${RKTDirName}"
!ifndef SimpleInstaller
InstallDirRegKey HKLM "Software\${RKTRegName}" ""
!endif