Parameter:
DisableInstallAutoUpdateShort description: Disables automatic update check or installation (AutoUpdate) for the Notes client.
Profile
Parameter | DisableInstallAutoUpdate |
Category | Client configuration |
Component | Client |
Available since | 12.0.2 |
Supported versions | 12.0, 14.0, 14.5 |
GUI equivalent | Notes Client Preferences / AutoUpdate |
Possible values | 0 = AutoUpdate allowed, 1 = AutoUpdate disabled |
Description
With AutoUpdate, introduced in 12.0.2, the Notes client can download and install new fix packs/versions on its own.
DisableInstallAutoUpdate=1 switches this feature off completely – useful in environments where software distribution is handled centrally via SCCM, Intune, BigFix, etc., or where users should not have installation rights.Central control is also possible via policies (desktop settings); the
notes.ini entry acts as a "hard off" on the endpoint.Example configuration
DisableInstallAutoUpdate=1
Notes & pitfalls
- Available only from Notes 12.0.2 – has no effect on older clients.
- Competes with policy settings; policies may reset the value.
- Prevents any AutoUpdate action (check + download + install).
- Setup updates via software distribution tools remain possible.
- Recommended in Citrix/VDI environments where only the master image should be updated.