aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-12 13:03:55 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-13 13:28:00 +0200
commit6af7e31b87ff699e4af75150a86f8049e9ac781c (patch)
tree1036dd1f989019444743edd1fd84ac9f3b014c67 /installer/wireguard.wxs
parentui: give foreground status to foreign process in raise (diff)
downloadwireguard-windows-6af7e31b87ff699e4af75150a86f8049e9ac781c.tar.xz
wireguard-windows-6af7e31b87ff699e4af75150a86f8049e9ac781c.zip
installer: add note to remove before july
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--installer/wireguard.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 4cf68ce3..4db0653e 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -51,7 +51,7 @@
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. -->
+ <!-- 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"/>