[wix-users] How can a standard bootstrapper detect an MS Update?

erwin john publico erwinjohnpublico at yahoo.com
Sun Dec 18 20:34:59 PST 2016


Command line commands and custom actions can only be executed by Wix Setups and not by Wix Bootstrapper right? Are there other extensions for the standard bootsrapper to achieve this?

    On Saturday, December 17, 2016 4:03 AM, Joel Budreau <joel.budreau at gmail.com> wrote:
 

 I'm sure there's an API to handle this, but you could also create a pipe to execute the commands listed here and then parse the output - http://serverfault.com/questions/263847/how-can-i-query-my-system-via-command-line-to-see-if-a-kb-patch-is-installed.
Look here for some example code on how to execute a command and parse the output in C++ - https://msdn.microsoft.com/en-us/library/96ayss4b.aspx.
On Fri, Dec 16, 2016 at 2:28 AM, erwin john publico <erwinjohnpublico at yahoo.com> wrote:

Hi All,
I started using the UtilExtension and used a RegistrySearch to search for KB3033929. It was later found that there are ways(Windows 7 Convenience Rollup Packages) where this update can be installed without the registry being made in:SOFTWARE\Microsoft\Windows\ CurrentVersion\Component Based Servicing\Packages\Package_ for_KB3033929_SP1~ 31bf3856ad364e35~amd64~~6.1.1. 1
Is there a way for a standard bootstrapper to detect a MS Update, or to just this specific KB3033929?
Thanks,Erwin

______________________________ ______________________________ ________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/




   


More information about the wix-users mailing list