This content has been marked as final.
Show 3 replies
-
1. Re: Controlling AIR runtime updates
Neobox75 Aug 31, 2010 1:24 AM (in response to imdfl)Hi,
To disable check and updates of the AIR runtime, you just have to put a empty file named "updateDisabled" into your "C:\Documents and Settings\*YOUR_WINDOWS_ID*\Application Data\Adobe\AIR" directory for windows and I think /Users/*YOUR_USER_ID*/Application Support/Adobe/AIR for MacOSx.
-
2. Re: Controlling AIR runtime updates
imdfl Aug 31, 2010 5:37 AM (in response to Neobox75)How convenient.
Can an AIR installer do this for me, or do I need to create this file as soon as my application runs?
-
3. Re: Controlling AIR runtime updates
Neobox75 Aug 31, 2010 5:39 AM (in response to imdfl)As soon as your application first run, you can use sharedObject or EncryptedLocalStore or just test the file presence depending on which platform you are to determin if you have to create this file or not.

