Re: [WiX-users] Installing .Net 4.0.3 Prerequisites required for managed bootstrapper

2015-01-27 Thread Bob Arnson
On 27-Jan-15 04:52, dscottie wrote: > I'm trying to get Burn to install .Net 4.0.3 - if it is not already > installed - prior to kicking off my managed bootstrapper, which itself > specifically requires 4.0.3 to run properly. You need to use WiX v3.9 to get ExePackage/@PrereqSupportPackage to indi

[WiX-users] Installing .Net 4.0.3 Prerequisites required for managed bootstrapper

2015-01-27 Thread dscottie
Hi, I'm trying to get Burn to install .Net 4.0.3 - if it is not already installed - prior to kicking off my managed bootstrapper, which itself specifically requires 4.0.3 to run properly. I've included in my bundle, and that works fine in general and installs 4.0.3; however, the problem occurs w