New Patch Upgraded Image Option

Command Syntax

/NewMspUpgraded  -family <family_name>
                 -upgraded <upgraded_image_id>
                 -path <source_file_path>

Creates a new upgraded image.

Parameters:

  • -family <family_name>
  • The family that will contain both the upgraded image and the target image. If it doesn't exist it will be automatically created.
  • -upgraded <upgraded_image_id>
  • The upgraded image project id.
  • -path <source_file_path>
  • The MSI source path.

Example:

AdvancedInstaller.com /edit MyMspProject.aip
    /NewMspUpgraded -family " <family_name>" -upgraded "MyUpgrdImg"
    -path "C:\upgraded.msi"