Re: [WiX-users] WixManagedBootstrapperApplicationHost and .NET 2.0

2012-10-16 Thread Igor Brejc
Ok, I think I'm on to something. The ".NET missing dialog" no longer shows I have the following .config fragment commented out: Once I put the supportedFramework tags back into XML code, the dialog again starts to show up. Any explanations? p.s. one other thing: what is the appr

Re: [WiX-users] WixManagedBootstrapperApplicationHost and .NET 2.0

2012-10-16 Thread Igor Brejc
On Mon, Oct 15, 2012 at 7:15 PM, Rob Mensching wrote: > What does your BootstrapperCore.config file look like? Does it correctly > indicate the v2 NETFX should be used? > On Mon, Oct 15, 2012 at 2:18 AM, Igor Brejc wrote: > > Hi Rob, I've tried many combinations. Here's a typical one:

Re: [WiX-users] WixManagedBootstrapperApplicationHost and .NET 2.0

2012-10-15 Thread Rob Mensching
What does your BootstrapperCore.config file look like? Does it correctly indicate the v2 NETFX should be used? On Mon, Oct 15, 2012 at 2:18 AM, Igor Brejc wrote: > Hi, > > I have a simple problem: I've written a managed bootstrapper (WiX v3.6) > written in .NET 2.0. On my developer machine (I hav