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-and-install-NET-tp7598528p7598556.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 UI, the bootstrapper 
cannot download and install .NET 4.5.1. In my UI, when install button click, 
the following command is executed:

Bootstrapper.Engine.Plan(LaunchAction.Install);

I also write a log file when CacheAcquireBegin, CacheAcquireComplete and 
CacheAcquireProgress events fired, but nothing occurs. Please tell me what I 
did wrong.
Hope this make sense.Thank you in advance.
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users