Add Update Configuration Replacement
Command Syntax
/AddUpdateReplacement <update_name> <update_replace> [-replace_all]
Sets an update's replacement, its equivalent UI is found in the Updates Page.
Parameters:
- <update_name>
- 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.
- <update_replace>
- The update which is replaced by <update_name>. This parameter cannot be used together with the -replace_all switch.
- -replace_all
- Replace all updates with a specific update.
Examples
AdvancedInstaller.com /edit MyUpdatesConfigurationProject.aip /AddUpdateReplacement MyUpdateName UpdateToReplace
AdvancedInstaller.com /edit MyUpdatesConfigurationProject.aip /AddUpdateReplacement MyUpdateName -replace_all