From 0101be997081ff56938165914e7ec9f6b3d8d296 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 30 Nov 2017 23:08:41 -0800 Subject: [PATCH] installer: 64-bit is now installed in Program Files and not Program Files (x86) --- Makefile | 4 ++-- sshfs-win.wxs | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 58589b0..b6a7cea 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(Status)/dist: $(Status)/wix $(Status)/wix: $(Status)/sshfs-win mkdir -p $(WixDir) cp sshfs-win.wxs $(WixDir)/ - candle -nologo -arch x86 -pedantic\ + candle -nologo -arch $(MyArch) -pedantic\ -dMyProductName=$(MyProductName)\ -dMyCompanyName=$(MyCompanyName)\ -dMyDescription=$(MyDescription)\ @@ -46,7 +46,7 @@ $(Status)/wix: $(Status)/sshfs-win heat dir $(shell cygpath -aw $(RootDir))\ -nologo -dr INSTALLDIR -cg C.Main -srd -ke -sreg -gg -sfrag\ -o $(shell cygpath -aw $(WixDir)/root.wxs) - candle -nologo -arch x86 -pedantic\ + candle -nologo -arch $(MyArch) -pedantic\ -dMyProductName=$(MyProductName)\ -dMyCompanyName=$(MyCompanyName)\ -dMyDescription=$(MyDescription)\ diff --git a/sshfs-win.wxs b/sshfs-win.wxs index 0d30741..8d79f61 100644 --- a/sshfs-win.wxs +++ b/sshfs-win.wxs @@ -5,9 +5,13 @@ + + + + @@ -39,7 +43,7 @@ NOT OTHERINSTALLED - Software\WinFsp\Services + $(var.LauncherRegistryKey) Software\$(var.MyProductName) - +