Home > Adobe Flex & AIR > Disable Adobe AIR Runtime Autoupdate

Disable Adobe AIR Runtime Autoupdate

December 27th, 2008 Leave a comment Go to comments

By default, when an AIR application is launched, the AIR runtime checks if an update is available. It performs this check if it has been more than two weeks since the last update check. If an update is available, AIR will download the runtime update in the background.

Once the runtime update is successfully downloaded it will prompt the end user to install the update “now” or “later”.
- If the user selects “Now”, the update is applied immediately and end user is asked to shutdown all running AIR applications
- If the user selects “Later”, the next time the first AIR application is launched, the end user will be prompted to upgrade.

In the case the user selected “Later”, they will be prompted to update the AIR runtime the next time an AIR application is launched.
- If the user selects “Continue”, then the update is applied and the AIR application is launched
- If the user selects “Cancel” the AIR application is launched and the end user will be prompted to install the update again the next time an AIR application is launched.

If you would like to disable the auto-update capability in Adobe AIR and only manually update the runtime when a new version is available, or if the Adobe AIR Autoupdater is adding unneeded behavior to your AIR application, then you can use the SettingsManager application to disable automatic updates. Download and run the AIR SettingsManager application and use the toggle button to Enable or Disable auto-updates as desired.

The AIR SettingsManager application is available for download at http://airdownload.adobe.com/air/applications/SettingsManager/SettingsManager.air

Bookmark and Share
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Blogosphere News
  • LinkedIn
  • Live
  • MySpace
  • Tumblr
  • TwitThis
  • Yahoo! Buzz
  • StumbleUpon
  • Technorati
Categories: Adobe Flex & AIR Tags:
  1. myneni
    April 27th, 2010 at 13:20 | #1

    please provide some sample code. I want to add this functionality in my application.

  2. April 27th, 2010 at 16:30 | #2

    @myneni
    Hi!

    Check out this link http://www.timeister.com/2009/01/disable-air-autoupdate-2/
    You can have the code for disabling the air autoupdate manually from inside your AIR application.

  1. January 8th, 2009 at 20:11 | #1