Generate New GUIDs for Multiple Instances

Command Syntax

/GenerateMIGuid  [-buildname <build_name>]  [-instanceid <ID>]
      

Generate new GUID values for one or several multiple instances selected by user.

Parameters:

  • <build_name>
  • Indicates that only the multiple instances from the specified build will be considered. If you don't specify a build name then all builds from the project will be considered.
  • <ID>
  • Indicates that only the multiple instances with the specified instance ID will be considered. If you don't specify an instance ID then ID will be ignored for selection.

Example - Generate a new GUID for multiple instance #1 from build DefaultBuild:

        AdvancedInstaller.com /edit MyProject.aip /GenerateMIGuid -buildname DefaultBuild -instanceid #1
      

Example - Generate a new GUID for all multiple instances from build DefaultBuild:

        AdvancedInstaller.com /edit MyProject.aip /GenerateMIGuid -buildname DefaultBuild
      

Example - Generate a new GUID for all multiple instances from project:

        AdvancedInstaller.com /edit MyProject.aip /GenerateMIGuid
      

Example - Generate a new GUID for multiple instance #1:

        AdvancedInstaller.com /edit MyProject.aip /GenerateMIGuid -instanceid #1