You can use Burn to chain together 3rd party pre-requisites and your MSI(s). Detecting hotfixes is the tricky part. I believe the cannonical way to do so is via WMI, which you can do if you write your own bootstrapper application (BA) for Burn, but if you only want to use what comes out of the box, then your next best bet is to check the versions of a particular file that's included in the updates you want installed. If you look at the KB pages you'll see the list of files that get updated and the versions they get updated to, and your bootstrapper just needs to detect that the version is above whatever minimum you need to work with.
Nicholas On 11 January 2014 18:13, Goran Malovic <malov...@yahoo.com> wrote: > Hi, > > our application requires .NET framework 4.0 and, since we use async > targeting pack, it also requires certain framework update to be installed. > I have found out that there are (at least) two updates that address issue > that arises when using async with framework 4.0 - KB2468871 and KB2600211. > Installing any of these two updates is enough, not both are required. My > qyestion is what is the correct way to make sure that our app will have all > prerequisites installed? > > Regards, > Goran > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users