Chaining MSIs with WiX 3.0 March 4, 2009 Comments Off
In some deployment scenarios it is not possible to bundle everything into a single installer. This may be because you need to install some third-party software, or because your build process forces you to split a single product across multiple MSIs.
Although there is not much in the WiX documentation about this, it is possible to [...]