Adam Majer wrote: > How can I structure this such that the merge module is installed > completely prior to installing the component? >
That's not how Windows Installer works: Merge modules lose their identity when merged, so they're just a bunch of components in the .msi. Then, each resource of each component is installed, via standard actions. (InstallFiles, for example, installs all the files in all components before WriteRegistryValues writes all the registry values for all components.) If you need tighter control than that, you need to use separate packages and a chainer. -- 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