Re: [WiX-users] Bootstrapper for .NET framework 4.0 install does not work properly

2014-03-03 Thread Suvrajyoti Panda
Hi Phil, After changing the type of the bootstrapper to output type .exe i am not facing the error below. Thanks for the pointer. But on the trying to install using the bootstrapper .exe created the .NEt framework does not get installed. It shows the message "Microsoft .NET framework setup"

Re: [WiX-users] Bootstrapper for .NET framework 4.0 install does not work properly

2014-02-28 Thread Phill Hogland
A project that creates a bootstrapper (and uses the Bundle element) should produce an EXE, and not an msi. An MSI does not have the appropriate 'entry point' which is what the error indicates. You might find it easier to use the built-in support for installing .Net 4.0. In my bootstrapper (exe)

[WiX-users] Bootstrapper for .NET framework 4.0 install does not work properly

2014-02-28 Thread Suvrajyoti Panda
Hi All, I want to create a bootstrapper for .NET framework 4.0 install as a prerequisite for my application if it is not already present. Below is how i designed my Bundle in which i am referencing my other WIX project: http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.