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.
How to call the Existing 5 merge module(.msm in new merge module without .msi project
152 views Asked by Somashekar At
1
You can't refer/include/embedded a merge module from another merge module.
Merge modules can only be included in an MSI.