How to call the Existing 5 merge module(.msm in new merge module without .msi project

162 views Asked by At

I have the existing 5 merge module(.msm) files I have how can I call all 5 merge modules in newly created merge module(.msm) without using the MSI project. I know we need to merge with the MSI project only, but in my newly created merge module I do not want to use the MSI project. In merge module project only I need to call all the existing merge module without any dependency from the MSI project.

1

There are 1 answers

2
Bogdan Mitrache On

You can't refer/include/embedded a merge module from another merge module.

Merge modules can only be included in an MSI.