aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-17 15:06:04 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-18 10:39:52 +0200
commit28f6b5f5e933771c2dc13267a1b332f1406776ec (patch)
tree7043fb520082de68bc63d74f9b48bc6d047b73aa /installer/wireguard.wxs
parentversion: bump (diff)
downloadwireguard-windows-28f6b5f5e933771c2dc13267a1b332f1406776ec.tar.xz
wireguard-windows-28f6b5f5e933771c2dc13267a1b332f1406776ec.zip
installer: remove 0.0.4 386 fallback
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer/wireguard.wxs')
-rw-r--r--installer/wireguard.wxs6
1 files changed, 0 insertions, 6 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 4db0653e..737372c5 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -51,12 +51,6 @@
AllowSameVersionUpgrades="yes"
DowngradeErrorMessage="A newer version of [ProductName] is already installed."
Schedule="afterInstallExecute" />
- <!-- The upgrade code was forked in WireGuard 0.0.4. The amd64 retained it, the x86 line got a new one. TODO: Remove this before July 2019. -->
- <?if $(var.Platform) = "x86"?>
- <Upgrade Id="5e5a1da5-ba36-404d-92ec-41050d1c799c">
- <UpgradeVersion Maximum="0.0.4" MigrateFeatures="yes" Property="PRODUCT_UPGRADE_DETECTED"/>
- </Upgrade>
- <?endif?>
<Property Id="INSTALLFOLDERPREV">
<ComponentSearch Id="WireGuardExecutable" Guid="c3508d23-3362-47ce-9220-321bdb1a1acc"/>
</Property>