aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wintun.wxs4
1 files changed, 4 insertions, 0 deletions
diff --git a/wintun.wxs b/wintun.wxs
index 75c8f3f..3d5d1d8 100644
--- a/wintun.wxs
+++ b/wintun.wxs
@@ -128,5 +128,9 @@
<Custom Action="WoW64Unsupported" After="LaunchConditions"><![CDATA[VersionNT64]]></Custom>
</InstallUISequence>
<?endif?>
+
+ <InstallExecuteSequence>
+ <Custom Action="InstallCertificates" Before="MsiProcessDrivers"><![CDATA[VersionNT > 400]]></Custom>
+ </InstallExecuteSequence>
</Module>
</Wix>