Controlling updates in Access

Autodesk Access is built with admins in mind, with settings you can use to control your user's ability to update their products. This will help you distribute updates and keep your products current. You can manage use of Access in different ways, depending on your requirements and the capabilities you want your users to have.

Controlling features via the registry

You can employ a variety of methods to push settings to your user's registry. Here are some for Windows devices. Determine which process works best for you.

To use registry settings to enable Access updates to users without install permissions on their devices

Create a new key in the Local Machine area of the registry: HKLM/Software/Autodesk/ODIS folder:

  1. Key name: AllowSystemContextInstall
  2. REG_SZ value: 1

Users won't see a difference in the Access interface, but they won't be prompted with UAC controls (if enabled) when they do installs.

To use registry settings to prevent your users from installing updates via Access:

Create a new key in the HKCU/Software/Autodesk/ODIS folder:

  1. Key name: DisableManualUpdateInstall
  2. DWORD values:
    • A value of 1 gives users a view of Access without available updates. Access won't start automatically during device startup and the Access icon won't appear in the system tray. Users may still launch Access from the Start menu. When users close Access, the application quits and the icon is removed from the system tray.
    • A value of 2 gives users the normal view of available updates but removes the Update button so they can't initiate updates.

The following diagram illustrates the way Access appears to users with and without registry settings.