We are developing a software tool that is sold to other software companies to be redistributed. We deploy our software with WiX. We get some requests from our clients that they would like to use their own style for the msi (mainly their icons, images and titles). We do not want to let the customers do the packaging themselves since this is too sophisticated. Is it possible to create a msi package with WiX, where some resources as images and strings can be loaded dynamically from external resource later on.
I found Wix: Dynamically Add Features which gives a solution for dynamically add functionality, but not to change existing parts.