[wix-users] DetectCondition for MsuPackage for KB3033929

Jürgen Schäpker Juergen.Schaepker at giepa.de
Fri Sep 16 02:06:17 PDT 2016


Hi,

please see https://github.com/dokan-dev/dokany/blob/master/dokan_wix/Bootstrapper/Bundle.wxs for a KB3033929 -check.

If you want to install KB3033929 by your bundle, you will need a custom BA to schedule a direct reboot after KB3033929 was installed.

Best regards,
JS

-----Ursprüngliche Nachricht-----
Von: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] Im Auftrag von Mridul Pentapalli
Gesendet: Donnerstag, 15. September 2016 16:49
An: wix-users at lists.wixtoolset.org
Betreff: [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/

Email secured by Check Point


More information about the wix-users mailing list