RemoveMergeModule Method
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | InstallScript MSI | 
Call the RemoveMergeModule method to remove a merge module from only the current feature. (To delete a merge module from the project, call the DeleteMergeModule method.)
Syntax
RemoveMergeModule (FileName As String)
Parameters
| Parameter | Description | 
| FileName | Pass the fully qualified file name for the merge module (.msm) file that you want to remove from this feature. | 
Applies To
| • | ISWiFeature |