Skip to main content
Participant
February 3, 2011
Answered

How does auto update work in AIR 2.5?

  • February 3, 2011
  • 1 reply
  • 19217 views

Hi,

We are about to deploy Adobe AIR Runtime 2.5 in our organization.

To do this we use the following command line

AdobeAIRInstaller.exe -silent -eulaAccepted

This works great. But I am not sure how to disable the automatic updates.

When reading the Adobe AIR configuration guide, http://help.adobe.com/en_US/air/admin/WS485a42d56cd1964167ea49bd124ef17d52a-7ff5.html it says I should create the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\AIR\UpdateDisabled and set it to 1.

But when I run the AIR SettingsManager application after I set this registry key it says that automatic updates are enabled.

And if I choose to disable automatic updates from the tool it creates the file %APPDATA%\Adobe\AIR\updateDisabled.

How can I make sure that automatic updates are disabled for all users on all the computers we deploy Adobe AIR Runtime 2.5 to?

Since we are doing an enterprise deployment it is not really an option to ask each and every user to run AIR SettingsManager every time they logon to a new computer

Regards Erik

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

Hi Erik,

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
February 3, 2011

Hi Erik,

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

edroszczAuthor
Participant
February 4, 2011

Thanks Chris!

Made my day a lot easier

// Erik