From 85b4f1220cb2cfab9fe8cdac0bb679372774a3f1 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 11 May 2019 08:59:41 +0200 Subject: installer: make UpgradeCode platform-specific Platform specific UpgradeCode(s) stop Group Policy Management Editor from offering x86 for amd64 or vice-versa upgrades. Note: The amd64 is keeping the original UpgradeCode, the x86 line got a new one. Nevertheless, the x86 MSI is authored as an upgrade of --- installer/wireguard.wxs | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'installer/wireguard.wxs') diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs index dad31217..4cf68ce3 100644 --- a/installer/wireguard.wxs +++ b/installer/wireguard.wxs @@ -4,11 +4,20 @@ Copyright (C) 2019 WireGuard LLC. All Rights Reserved. --> - + + + + + + + + + + + UpgradeCode="$(var.UpgradeCode)"> + + + + + + -- cgit v1.2.3-59-g8ed1b