Skip to main content

Control update notification via registry entry

Valid for:

axesPDF as of version 2.0.4

Configuration of the update notification in the registry

By default, axesPDF displays a notification when an update is available. This message can be deactivated by the user in the displayed dialog window. In addition, administrators have the option to disable the update notification via the registry.

How are the keys set?

The following subkey tree must be defined:

 

Computer

└── HKEY_CURRENT_USER

└── SOFTWARE

└──  axes4

└── axesPDF (REG_KEY)

└── Settings (REG_KEY)

└── DisableUpdateNotifications (DWORD: 0|1)

 

Explanations

The value (DWORD: 0|1) is interpreted as a boolvalue, i.e., 0 means false and 1 means true.