Say I have a component which is made up of a bunch of DLLs. And the component was released using a .msi installer for several versions.
Now, we need it to be a .msm so that it can be included in other msi installers. So we need to build a merge module that can upgrade from .msi installations.
How to do that? Or it cannot be done? We are using Wix.