aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-05-07 09:06:23 +0200
committerSimon Rozman <simon@rozman.si>2019-05-07 11:40:52 +0200
commita43109099e7f31e3003378df9bcc8cb507074b96 (patch)
tree404d81b0cf0fb5e8ec1a8bb50eb480e0b22576e6 /installer
parentupdater: use hsm key and check header match (diff)
downloadwireguard-windows-a43109099e7f31e3003378df9bcc8cb507074b96.tar.xz
wireguard-windows-a43109099e7f31e3003378df9bcc8cb507074b96.zip
installer: bump MSI database version to 4.0
This resolves ICE66 warning regarding MSI 4.0 columns added to Shortcut table by WiX. Besides, Windows 7 has MSI 5.0 out of the box. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'installer')
-rw-r--r--installer/wireguard.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 4ae81e5a..dad31217 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -18,7 +18,7 @@
Manufacturer="WireGuard LLC"
UpgradeCode="5e5a1da5-ba36-404d-92ec-41050d1c799c">
<Package
- InstallerVersion="200"
+ InstallerVersion="400"
Compressed="yes"
InstallScope="perMachine"
Description="WireGuard: Fast, Modern, Secure VPN Tunnel"