Naresh Krishna Kumar K wrote:
> I have written a Custom Action DLL using Visual C++. MSI will take the user
> to the download page of the software if the particular software is not
> installed in the user machine while installing the MSI. Is it possible to
> download and install the particular software in microsoft download center
> without user intervention using WIX (Custom Action). 

No, because you can't run multiple installations simultaneously, so it's 
not possible from within a custom action. You need to provide a 
standalone .exe chainer/bootstrapper to handle it.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to