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
egiant.com/ -Original Message- From: Jiri Tomek [mailto:katu...@volny.cz] Sent: Friday, 24 April, 2015 05:47 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to force .NET prerequisite installation before Burn MBA starts Hello, I have a bootstrapper in Wix Burn with managed UI. Bo

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 -

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

2015-04-24 Thread Jiri Tomek
Hello, I have a bootstrapper in Wix Burn with managed UI. Bootstrapper requires .NET 4 but I also need to install .NET 4.5.1 as part of installation. I added .NET 4.5.1 to install chain and it installs just fine, but because bootstrapper itself is using .NET it always requires reboot after installa