Import Merge Module Option

Command Syntax

/ImportMsm  <source_file_path>
            -admin_install_path <target_folder_path>
            -feature_name <feature_name>
            -folder_name <target_folder_path>

Extracts the resources from an existing merge module and imports them into an Advanced Installer project.

Parameters:

  • <source_file_path>
  • The source path of the merge module to import.
  • -admin_install_path <target_folder_path>
  • The resource store location. All the merge module's imported resources will be stored in this location.
  • -feature_name <feature_name>
  • The merge module components feature.
  • -folder_name <target_folder_path>
  • This is installation folder where the merge module resources will be imported in the Advanced Installer project.

Example:

AdvancedInstaller.com /edit MyProject.aip
/ImportMsm C:\Test.msm -admin_install_path C:\MyResourceFolder -feature_name MyMSMFeature -folder_name APPDIR