aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-13 06:51:14 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-13 06:51:14 +0100
commite98f0b005770f791b8041c33994d18d1cf0b8c31 (patch)
tree2deea5e917cae7176513bc1fe935d0d5c716b9de /installer
parenttunneltracker: don't track tunnels that haven't been started (diff)
downloadwireguard-windows-e98f0b005770f791b8041c33994d18d1cf0b8c31.tar.xz
wireguard-windows-e98f0b005770f791b8041c33994d18d1cf0b8c31.zip
installer: overwrite old verison with same version
Diffstat (limited to 'installer')
-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" />