Use Burn. Both Visual Studio and SSDT installer use it to download a lot of stuff during their installs. It is designed for this scenario.
-- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.® Shawnee Mission, KS 66227 Office: 913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -----Original Message----- From: Nikhil Agrawal (Tata Consultancy Services) [mailto:v-nia...@microsoft.com] Sent: Wednesday, May 21, 2014 9:13 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Installation of .net framework 4.0 with WIX version 3.7 Hi Team, We are creating one application for which we have applied a check of .net framework 4.0 to be installed on the system in MSI. Presently it successfully displays the user a message and exits if framework 4.0 is not installed on the users machine. But we wanted to give user the message to download it from the link if not installed. How this can be done. While going through Web I found like creating one separate XML as product.xml writing the code there and then integrating it with main MSI. But we have unable to make any progress over it. Also I can't find any suitable documentation for it. Below is some part of my code, can anyone help us with this, <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension"> <Product Id="*" UpgradeCode="$(var.ProductUpgradeCode)" Name="xxxx" Version="$(var.ProductVersion)" Manufacturer="xxxx" Language="1033"> If I try to add 'xmlns=http://schemas.microsoft.com/developer/2004/01/bootstrapper' in upper node as xmlns:netfx="" it gives me error. Also all the condition check for .net framework, Upgrade scenario, and directory code is written under Product node. We don't want to ship the installer of framework 4.0 with MSI as this would increase the size of final installer. Is this possible to give user the option to install framework 4.0 from net if not installed. Thanks, Nikhil. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing, saving, copying, disclosure or distribution is strictly prohibited. If you have received this message in error, please immediately advise the sender by reply email and delete all copies. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users