contrib/packaging/wix/defines.wxi
changeset 41920 c68a1df5c79a
parent 13042 bd9bc4123920
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/packaging/wix/defines.wxi	Thu Mar 07 15:37:42 2019 -0800
@@ -0,0 +1,9 @@
+<Include>
+
+  <?if $(var.Platform) = "x64" ?>
+    <?define IsX64 = yes ?>
+  <?else?>
+    <?define IsX64 = no ?>
+  <?endif?>
+
+</Include>