Re: [WiX-users] How to force .NET prerequisite installation before Burn MBA starts

2015-04-26 Thread Jiri Tomek
Hello Martin, thanks for the reply. This indeed works if .NET 4 is installed. But what is .NET 4.5 is installed? element can't say that it requires 4.5.1 (at least according to https://msdn.microsoft.com/en-us/library/w4atty68(v=vs.110).aspx). In that case managed bootstrapper that is targeted for

Re: [WiX-users] How to force .NET prerequisite installation before Burn MBA starts

2015-04-26 Thread Jiri Tomek
Hello Bob, I found this out as well. I checked the source code and saw the logic that always first tries to load managed bootstrapper. I would really use some flag telling "evaluate prereqs no matter what". -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabb

Re: [WiX-users] How to force .NET prerequisite installation before Burn MBA starts

2015-04-24 Thread Bob Arnson
The pre-req bootstrapper only kicks in if the managed bootstrapper application can't be loaded. If it can, it doesn't evaluate pre-req packages. ___ FireGiant  |  Dedicated support for the WiX toolset  |  http://www.firegiant.com/ ---

Re: [WiX-users] How to force .NET prerequisite installation before Burn MBA starts

2015-04-24 Thread Martin Cornelius
Hi Jiri, I just managed the task you describe (albeit wit .Net 4.5.2.) with the follwing setup. --- BootstrapperCore.config -