Programmatically Enable/Disable AIR Autoupdate from an AIR Application
Adobe AIR has an amazing Automatic Updates Checker built in. But Adobe hasn’t provided any controls to enable/disable this feature, though its enabled by default. Adobe provides an AIR application called the Settings Manager to handle this. This can also be done programmatically.
Download [download id="1"].
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
layout="horizontal" height="100" width="600"
verticalAlign="middle" fontFamily="Georgia" color="#000000"
backgroundGradientAlphas="[1.0, [...]
