Re: [WiX-users] Installing framework 4.0 update

2014-01-17 Thread Nicholas Pierce
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 bo

[WiX-users] Installing framework 4.0 update

2014-01-11 Thread Goran Malovic
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.