I don't know much about wix tools.
I have a project that needs to be packaged in many msi packages. The number of files is about 700. The difference between each msi package mainly in the architecture (x86, x64) and a small set of variable resources (no more than 5-10 files).
Full build takes more than one hour. Most of the time is taken by light.exe.
Is it possible to somehow cache the result of work in order to speed up this process, since each msi differs by a minimum set of files? Maybe I should organize the files in a special way to make this possible?