AddMergeModule Method
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | InstallScript MSI | 
Call the AddMergeModule method to associate a merge module with the current feature. This method is similar to adding a merge module to a feature in the Redistributables view.
Syntax
AddMergeModule (FileName As String)
Parameters
| Parameter | Description | 
| FileName | Pass the fully qualified file name for the merge module (.msm) file that you want to associate with this feature. | 
Applies To
| • | ISWiFeature |