John Hall wrote:
Is that something I would have to do manually, or is there an MSI mechanism?

The former or both: MSI doesn't cache full MSIs, so that you have to do manually. If you run the install from the full copy and don't delete it, MSI will use it during source resolution. Otherwise, you can use the MSI APIs to add the cached copy to the source list (e.g., MsiSourceListAddSource).

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