Skip to main content
August 11, 2011
Answered

Disable auto-update for SYSTEM on windows

  • August 11, 2011
  • 1 reply
  • 2518 views

I wrote an AIR app that is called via a php 'exec' command for my employer. This is part of an automated system where there is no user interaction. The problem is that whenever the application is run, every now and then it will open the Adobe AIR Updater, expecting user input to allow the update or cancel.

I downloaded the AIR Settings Manager app, and it does a great job of disabling this auto-update, but ONLY for the user running the app. Is there any way to disable the auto-updates for SYSTEM?

This topic has been closed for replies.
Correct answer chris.campbell

Hi Ozzy,

Setting HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\AIR\UpdateDisabled to 1 will disable runtime updates for ALL users.  Adding the file%APPDATA%\Adobe\AIR\updateDisabled will disable updates on a PER user basis.

Hope this helps,

Chris

1 reply

chris.campbell
chris.campbellCorrect answer
Legend
August 11, 2011

Hi Ozzy,

Setting HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\AIR\UpdateDisabled to 1 will disable runtime updates for ALL users.  Adding the file%APPDATA%\Adobe\AIR\updateDisabled will disable updates on a PER user basis.

Hope this helps,

Chris

August 12, 2011

Hi Chris,

Is that registry key location normally present? I'm not seeing it in my registry editor. Thanks.

August 12, 2011

Also, what kind of registry object is 'UpdateDisabled'?