summaryrefslogtreecommitdiff
path: root/os/windows/install.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'os/windows/install.wxs')
-rwxr-xr-xos/windows/install.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/windows/install.wxs b/os/windows/install.wxs
index 1494a646..378fed62 100755
--- a/os/windows/install.wxs
+++ b/os/windows/install.wxs
@@ -70,6 +70,7 @@
<UIRef Id="WixUI_Minimal"/>
- <MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."/>
+ <MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."
+ AllowSameVersionUpgrades="yes"/>
</Product>
</Wix>