Reputation: 1
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.
Upvotes: 0
Views: 194
Reputation: 10993
You can't refer/include/embedded a merge module from another merge module.
Merge modules can only be included in an MSI.
Upvotes: 1