Re: [WiX-users] Wix Burn 3.7 & .NET 4.5

2014-06-22 Thread Rob Mensching
Can you try WiX v3.9 and if it still repros, please open a bug. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -- HPCC

Re: [WiX-users] Wix Burn 3.7 & .NET 4.5

2014-06-22 Thread Benny
Hi, don't know if you fixed this already but, .Net 4.5 occupies the same branch in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full) the Wix code that searches for the version of the .net only checks if it exists or not, that means it does not know which versio

Re: [WiX-users] Wix Burn 3.7 & .NET 4.5

2013-01-11 Thread Nicholas Pierce
To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Wix Burn 3.7 & .NET 4.5 > > Does Burn not just install .NET 4.5 in your bootstrapper's main apply > phase along with everything else? If you put it first in your chain, it > should get installed first by Burn. &g

Re: [WiX-users] Wix Burn 3.7 & .NET 4.5

2013-01-11 Thread Thomas Hammond
users] Wix Burn 3.7 & .NET 4.5 Does Burn not just install .NET 4.5 in your bootstrapper's main apply phase along with everything else? If you put it first in your chain, it should get installed first by Burn. Nicholas On 10 January 2013 21:19, Thomas Hammond wrote: > I updated

Re: [WiX-users] Wix Burn 3.7 & .NET 4.5

2013-01-11 Thread Nicholas Pierce
Does Burn not just install .NET 4.5 in your bootstrapper's main apply phase along with everything else? If you put it first in your chain, it should get installed first by Burn. Nicholas On 10 January 2013 21:19, Thomas Hammond wrote: > I updated my bundle to use .NET 4.5 as the Mba Prereq. Th

[WiX-users] Wix Burn 3.7 & .NET 4.5

2013-01-10 Thread Thomas Hammond
I updated my bundle to use .NET 4.5 as the Mba Prereq. This works fine if I install on a machine that does not have .NET 4.x installed. However, if I run on a system that already has 4.0 installed, Burn does not install .NET 4.5 as a prereq before loading my managed bootstrapper application. Eve