Karesz Kecskemeti wrote:
My issue is that I try to build an MSI, and it has a third party redist package inside it. This redist package has to be installed as part of my MSI installation. I believe this can be done by creating a custom action to execute this package. The problem is that this redist package is actually another MSI that was compiled into a .exe, and I have no idea what kind of problems this can bring up.

MSI doesn't support installing multiple MSI packages in one transaction. You need to use a bootstrapper.

--
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