Upload Updates Config Option

Command Syntax

/UploadUpdatesConfig <updates_config_file_name>
[-langId <langID>]
-email <account_email>
-password <account_password>
[-secret_is_env_var_name]Uploads a new updates configuration file to the Updater Cloud Service. Its equivalent UI option is the toolbar button from Updates Project Types.
Parameters:
- <updates_config_file_name>
- The name of your updates configuration file.
- [-langId <langID>]
- The package language ID. For the complete list of ProductLanguage codes, see this article : ProductLanguage Property
- -email <account_email>
- The email used to register your Advanced Installer Account .
- -password <account_password>
- Your Advanced Installer Account password.
- [-secret_is_env_var_name]
- For increased security, the password can be stored in an Environment variable. With this switch, the command will interpret that the name entered as a parameter is an environment variable.
Example

AdvancedInstaller.com /edit MyUpdatesConfigurationProject.aip
/UploadUpdatesConfig "updates_cmd"
-email "<my_email>"
-password "<my_password>"