1.

What Do You Mean By Merge Module Projects?

Answer»

Merge Module projects are used to package the files and components that are shared between multiple applications. The Merge Module project file contains the .MSM extension. The .msm file INCLUDES files, RESOURCES, registry entries, and SETUP logic. This file is merged with a Windows installer (.MSI) file to correctly install the shared files. If a single merge module is used by more than one application, then you need to add that merge module in the package only once.

Merge Module projects are used to package the files and components that are shared between multiple applications. The Merge Module project file contains the .msm extension. The .msm file includes files, resources, registry entries, and setup logic. This file is merged with a Windows installer (.msi) file to correctly install the shared files. If a single merge module is used by more than one application, then you need to add that merge module in the package only once.



Discussion

No Comment Found