aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-11-09 10:19:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-13 14:42:54 +0100
commit23e7c90417acaa8e7773ef822391e80dad508e5b (patch)
tree1cc5473131f6d58556a9c08a4f84fcaf279b1f1a /installer/wireguard.wxs
parentbuild: bump wireguard-tools for mingw improvements (diff)
downloadwireguard-windows-23e7c90417acaa8e7773ef822391e80dad508e5b.tar.xz
wireguard-windows-23e7c90417acaa8e7773ef822391e80dad508e5b.zip
installer: enable ARM MSI building
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'installer/wireguard.wxs')
-rw-r--r--installer/wireguard.wxs10
1 files changed, 6 insertions, 4 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index f45a071c..85e09e08 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -5,15 +5,17 @@
Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
-->
-<?if $(var.WIREGUARD_PLATFORM) = "x86"?>
- <?define PlatformProgramFilesFolder = "ProgramFilesFolder"?>
-<?else?>
+<?if $(var.WIREGUARD_PLATFORM) = "amd64"?>
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder"?>
+<?else?>
+ <?define PlatformProgramFilesFolder = "ProgramFilesFolder"?>
<?endif?>
<?if $(var.WIREGUARD_PLATFORM) = "amd64"?>
<?define UpgradeCode = "5e5a1da5-ba36-404d-92ec-41050d1c799c"?>
<?elseif $(var.WIREGUARD_PLATFORM) = "x86"?>
<?define UpgradeCode = "62754a0a-fee9-4412-b739-e8da2e7c9405"?>
+<?elseif $(var.WIREGUARD_PLATFORM) = "arm"?>
+ <?define UpgradeCode = "f90bca59-9627-431d-92b4-a5c2d9a529ff"?>
<?else?>
<?error Unknown platform ?>
<?endif?>
@@ -27,7 +29,7 @@
Manufacturer="WireGuard LLC"
UpgradeCode="$(var.UpgradeCode)">
<Package
- InstallerVersion="400"
+ InstallerVersion="500"
Compressed="yes"
InstallScope="perMachine"
Description="WireGuard: Fast, Modern, Secure VPN Tunnel"