Notification Variables
The following variables can be used in the DialogDescription, FinalDialogDescription, and DialogDeferralText values so that you can still display application-specific information when using custom branding for Patch Notifier.
note
These variables are currently only available in our Classic Update Dialog.
| Variable | Description |
|---|---|
PATCH_FRIENDLY_NAME | The friendly name of the software title. Example: "Google Chrome". |
PATCH_TARGET_VERSION | The version of the software title to be installed. |
PATCH_INSTALLED_VERSION | The version of the software title that is currently installed. |
PATCH_UPDATE_BUTTON_LABEL | The label that is displayed in the update button. Customizable with the UpdateButtonLabel key. |
PATCH_DEFER_BUTTON_LABEL | The label that is displayed in the defer button. Customizable with the DeferButtonLabel key. |
PATCH_DEFERRAL_LIMIT | The Deferral Limit specified for the software title. |
PATCH_DEFERRALS_UNTIL_LIMIT | The number of deferrals until the user has met the Deferral Limit for the software title. This variable is used by default if DeferralLimit is set. |
PATCH_DEFERRAL_COUNT | The number of times the user has deferred the update to a software title. |
PATCH_FINAL_DIALOG_TIMEOUT | The configured timeout of the final Classic Update Dialog. |