From 643a21c09761fa252f7769676abe6495a01f4b39 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Thu, 31 Jul 2014 11:17:31 -0700 Subject: build: run wix tool chain out of process Building MSIs for different arch's can sometimes confuse MSBuild and Wix, isntead run the toolchain externally so we don't have to worry about which arch cmd.exe is running as. --- tools/msvs/msi/nodemsi.wixproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/msvs/msi/nodemsi.wixproj b/tools/msvs/msi/nodemsi.wixproj index 6612f2e11..f870f844b 100644 --- a/tools/msvs/msi/nodemsi.wixproj +++ b/tools/msvs/msi/nodemsi.wixproj @@ -50,7 +50,7 @@ - + -- cgit v1.2.1