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
commit0f665e951dc40ab83fdfaf3d13c735b3052dfb83 (patch)
tree2deea5e917cae7176513bc1fe935d0d5c716b9de /installer
parenttunneltracker: don't track tunnels that haven't been started (diff)
downloadwireguard-windows-0f665e951dc40ab83fdfaf3d13c735b3052dfb83.tar.xz
wireguard-windows-0f665e951dc40ab83fdfaf3d13c735b3052dfb83.zip
installer: overwrite old verison with same version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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" />