Re: [WiX-users] Custom Bootstrapper download and install .NET

2014-12-12 Thread Nick Ramirez
Are you handling the ResolveSource event? See: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/NET-4-pre-req-in-WixNetFxExtension-td7579058.html#a7579356 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Bootstrapper-download-an

[WiX-users] Custom Bootstrapper download and install .NET

2014-12-11 Thread khacminh ho
Hi,I am building my custom UI bootstrapper based on Wix toolset v3.8. However, I encountered an issue with download and install .NET 4.5. Here is my Chain:             If I use default UI, the bootstrapper can download and install .NET 4.5.1 before install my DummyInstaller. But with my custom