aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-05-07 14:28:03 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-08 08:31:00 +0200
commita666c5e5330e54409cc8661be766c2517fc53118 (patch)
tree99a8e6980830990775aef62f7fcbef82c94b3e31 /installer
parentfirewall: cleanup (diff)
downloadwireguard-windows-a666c5e5330e54409cc8661be766c2517fc53118.tar.xz
wireguard-windows-a666c5e5330e54409cc8661be766c2517fc53118.zip
installer: silence ICE61 warning
> ICE61: This product should remove only older versions of itself. The Maximum version is not less than the current product. The warning is caused by <MajorUpgrade AllowSameVersionUpgrades="yes"... For the time being, this is our design choice. We're shipping WireGuard with three-field versions 0.0.x. AllowSameVersionUpgrades="yes" avoids manual configuration of update path in the brain-dead-two-field-version- comparison-only Group Policy, but requires that the MSI packages are added to GPO in correct order. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'installer')
-rw-r--r--installer/build.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/installer/build.bat b/installer/build.bat
index e3513d54..1f67dce3 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -8,7 +8,9 @@ set WIREGUARD_VERSION=%WIREGUARD_VERSION:"=%
set STARTDIR=%cd%
set OLDWIX=%WIX%
set WIX_CANDLE_FLAGS=-nologo -dWIREGUARD_VERSION="%WIREGUARD_VERSION%"
-set WIX_LIGHT_FLAGS=-nologo -spdb -sice:ICE30
+set WIX_LIGHT_FLAGS=-nologo -spdb
+set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sice:ICE30
+set WIX_LIGHT_FLAGS=%WIX_LIGHT_FLAGS% -sice:ICE61
if exist .deps\prepared goto :build
:installdeps