[wix-users] DetectCondition for MsuPackage for KB3033929
Tyler Gustafson
tgustafson at solacom.com
Thu Sep 15 08:13:33 PDT 2016
The documentation I've read suggests you sign your drivers with both the old SHA-1 and the new SHA-2 certificates so that older systems which don't recognise SHA-2 will still work. You might not have to solve this problem with WiX.
https://www.digicert.com/code-signing/code-signing-dual-signing-sha256-sha1.htm
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Mridul Pentapalli
Sent: September-15-16 10:49 AM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] DetectCondition for MsuPackage for KB3033929
Hi,
Due to changes for digital signature enforcement of drivers, we are signing our drivers with SHA-2 certificates but these are not recognized by Windows
7 SP1 unless they are patched with KB3033929.
I added this entry to my bootstrapper, but I have no idea how to populate the DetectCondition entry. Can someone please suggest a way to get this to work?
<MsuPackage DisplayName="Security Update for Windows 7 for x64-based Systems (KB3033929)"
Compressed="yes"
Description="Security Update for Windows 7 for x64-based Systems (KB3033929)"
DetectCondition=""
InstallCondition="" <!--- This will be Windows 7 SP1 x64 bit only -->
DownloadUrl="
https://www.microsoft.com/en-us/download/confirmation.aspx?id=46148"
KB="KB3033929"
Permanent="yes"
SourceFile="Windows6.1-KB3033929-x64.msu" />
Regards,
Mridul.
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
--
Scanned by Total Defense Email Cloud Security http://cloud.totaldefense.com
More information about the wix-users
mailing list