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:

<Chain>      <PackageGroupRef Id="NetFx451Redist"/>      <MsiPackage 
SourceFile="..\DummyInstaller\bin\Debug\DummyInstaller.msi" 
Id="DummyInstallationPackageId" Visible="yes"/></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

Reply via email to