aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
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" />