Set Update Description OptionCopy link to this sectionLink to this section copied!

Command SyntaxCopy link to this sectionLink to this section copied!

/SetUpdateDescription <update>
        -type {Description|Feature|Enhancement|BugFix}
        -description <description>
        -overwrite

Adds an update description. Its equivalent UI is the Release Notes Tab.

Parameters:

  • <update>
  • The unique identifier name of the update. In the GUI this is the name from the Organization tree in the Updates page from the Update Configuration Project.
  • -type {Description|Feature|Enhancement|BugFix}
  • Specifies the description type.
  • -description <description>
  • The description text.
  • -overwrite
  • The entire update description will be overwritten with the new one, i.e. all description texts set for this update are removed, only the new one remaining.

ExampleCopy link to this sectionLink to this section copied!

AdvancedInstaller.com /edit MyUpdatesConfigurationProject.aip
    /SetUpdateDescription MyUpdateName
    -type Enhancement
    -description "This is an example enhancement description."