Make InstallCertificates and MsiProcessDrivers order deterministic
The certificate(s) must be installed before drivers are installed. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
aeb0657dff
commit
585ec16cac
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user