From 158a6212188c597f0d0edfe33504a823b8283e17 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 10 Mar 2014 20:21:14 +0000 Subject: [PATCH] fixed: msi 32-bit and 64-bit should not be installed side by side, user should use the right arch. fixed: msi duplicate installs when using different nightly build revs (probably a hacky fix). --- src/setup/win32/Include.wxi | 7 +++++++ src/setup/win32/Product.wxs | 20 ++++++++++++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/setup/win32/Include.wxi b/src/setup/win32/Include.wxi index de253db3..248a0c31 100644 --- a/src/setup/win32/Include.wxi +++ b/src/setup/win32/Include.wxi @@ -11,13 +11,20 @@ + + + + + + + diff --git a/src/setup/win32/Product.wxs b/src/setup/win32/Product.wxs index a32c0028..8edc1cb6 100644 --- a/src/setup/win32/Product.wxs +++ b/src/setup/win32/Product.wxs @@ -7,15 +7,27 @@ + Id="*" + UpgradeCode="$(var.UpgradeGuid)" + Name="$(var.Name) ($(var.PlatformSimpleName))" + Language="1033" + Version="$(var.Version)" + Manufacturer="$(var.Author)"> + + NOT Msix64 + + + + + + + @@ -64,7 +76,7 @@ - +