How to add a merge module to your package?

This article will guide you step by step on how to install a merge module along with your application.

Merge ModulesCopy link to this sectionLink to this section copied!

Merge modules (.msm files) are basically simplified installation packages, designed to be first merged into the main .msi package and installed with it. They lack some of the information usually contained by the .msi table thus they cannot be installed alone.

Add merge modules to your projectCopy link to this sectionLink to this section copied!

With Advanced Installer it is very easy to add a merge module to your package:

Merge Modules Choose “Merge Modules” in the left pane.

New Merge moduleClick on the [ Add merge module ] toolbar button and browse to your .msm file.

Merge Modules

NoteFor more information please see the Merge Modules page.