aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/installer.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'installer/installer.wxs')
-rw-r--r--installer/installer.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/installer.wxs b/installer/installer.wxs
index 5459fb61..8248fc61 100644
--- a/installer/installer.wxs
+++ b/installer/installer.wxs
@@ -4,7 +4,7 @@
<!-- TODO: uninstall before installing -->
<Package InstallerVersion="200" Compressed="yes" Platform="x64" InstallScope="perMachine" Description="WireGuard: Fast, Modern, Secure VPN Tunnel" ReadOnly="yes" />
- <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowDowngrades="no" IgnoreRemoveFailure="no" />
+ <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." AllowDowngrades="no" IgnoreRemoveFailure="no" AllowSameVersionUpgrades="yes" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
<Icon Id="icon.ico" SourceFile="..\ui\icon\icon.ico" />