Use something along these lines:
      <MsiPackage Id='Int'
                  Vital='yes'
                  Compressed='no'
                  DownloadUrl="http://10.64.2.42/t/Products/{2}";
                  SourceFile='path_to_I1\I1.msi'
                  InstallCondition='evaluatetes_to_1 = 1'
                  >
 
SourcePath is the location of your package at build time.
DownloadURL is the location where you plan to stage your bundle and
packages, for the target system to locate them at install time.  {2} uses
the name of the package defined in SourcePath.  You need to specify
Compressed='no' to do an external download.
http://wixtoolset.org/documentation/manual/v3/xsd/wix/msipackage.html





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Chained-Installation-tp7594225p7594226.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to