Chain/@ParallelCache='yes'

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-----Original Message-----
From: Saravanan [mailto:periyasa...@syncfusion.com] 
Sent: Wednesday, February 26, 2014 10:24 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Getting current downloading package name in BA for Web 
installer

Hi,

I have added two msipackages element in Wix bundle. 
<Chain>
<MsiPackage DisplayName="Sample Installer Demo1"  Id="msi_installer1"
SourceFile="E:\SampleMSI1.msi"
            DownloadUrl= "http://{URL}/SampleMSI1.msi"; Compressed="no"
Permanent="yes" />
<MsiPackage DisplayName="Sample Installer Demo2"  Id="msi_installer2"
SourceFile="E:\SampleMSI2.msi"
            DownloadUrl= "http://{URL}/SampleMSI2.msi"; Compressed="no"
Permanent="yes" />
                        
</Chain>

While installing setup, all two packages are downloaded first and then 
installation started. But I need to start the installation at anyone of package 
download is completed.
I mean, first downloaded msi package is get installing while downloading the 
second msi package.

Can you please share the way for doing this using custom bootstrapper 
application?

Thanks,
Saravanan





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Getting-current-downloading-package-name-in-BA-for-Web-installer-tp7592910p7592976.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize 
your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&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