Import MSI package

Command Syntax

/ImportMsi <source_file_path>
           -admin_install_path <target_folder_path>

This command allows you to import an existing MSI package in Advanced Installer. The GUI equivalent is explained in the Importing an existing MSI.

Parameters:

  • <source_file_path>
  • The path that points to the MSI package.
  • -admin_install_path <target_folder_path>
  • The resource store location. All imported resources will be stored in this location.

Example:

AdvancedInstaller.com /edit MyProject.aip
        /ImportMsi C:\MyPackageFolder\Package.msi -admin_install_path C:\MyResourceFolder