aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-08-02 02:29:55 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-08-02 13:54:04 +0200
commit012bc72ad0e444ce231c08538a1848b1561f8d76 (patch)
tree8151e95d01569f13fa0823f4315ec21afdeef6c5 /installer/wireguard.wxs
parentfetcher: close winverifytrust handle after usage (diff)
downloadwireguard-windows-012bc72ad0e444ce231c08538a1848b1561f8d76.tar.xz
wireguard-windows-012bc72ad0e444ce231c08538a1848b1561f8d76.zip
installer: do not require KB2921916
In anticipation of upcoming wintun changes. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'installer/wireguard.wxs')
-rw-r--r--installer/wireguard.wxs8
1 files changed, 0 insertions, 8 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index a0fc1396..9cc27156 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -102,14 +102,6 @@
</InstallExecuteSequence>
<!--
- Abort early if running without KB2921916 on Windows 7
- -->
- <CustomAction Id="CheckKB2921916" BinaryKey="customactions.dll" DllEntry="CheckKB2921916" />
- <InstallExecuteSequence>
- <Custom Action="CheckKB2921916" After="CheckWow64">NOT REMOVE</Custom>
- </InstallExecuteSequence>
-
- <!--
Evaluate WireGuard services and populate ServiceControl table
-->
<CustomAction Id="EvaluateWireGuardServices" BinaryKey="customactions.dll" DllEntry="EvaluateWireGuardServices" />