Update Notifications

Command Syntax

/EditUpdateNotification { -title <notification_title> | [-reset] } 
      -msg <notification_message> 
      [-exp_date <notification_expiration_date (MM/DD/YYYY)>] 
      [-image_url <notification_image_url>] 
      [-link_url <notification_message_uri>] 
      [-link_button_text <notification_button_text>]
    

Configure the notification options for an Updates Configuration project.

Parameters

  • { -title <notification_title> | [-reset] }
  • Specify the title of the update notification or reset or reset all the notification settings.
  • -msg <notification_message>
  • Specify the message of the update notification
  • [-exp_date <notification_expiration_date (MM/DD/YYYY)>]
  • Specify the update notification's expiration date.
  • [-image_url <notification_image_url>]
  • Specify the URL of an image that will be displayed in the notification.
  • [-link_url <notification_message_uri>]
  • Specify the link of the update notification.
  • [-link_button_text <notification_button_text>]
  • Specify the link button text.

Example

AdvancedInstaller.com /edit D:\MyUpdatesConfigurationProject.aip 
    /EditUpdateNotification 
    -title "Test Title"
    -msg "Test Message"