Copy link to clipboard
Copied
Hi all,
Please help me regarding the issue while updating the .air application silently using command line argument -update -silent -location <%INSTALLDIR%> "Location of .air file".
For the fresh installation I used the following cmd line arguments
------> Adobe AIR Application Installer.exe -silent -eulaAccepted -programMenu -location "<INSTALLDIR>" "Location of .air file" ---> This will work for fresh installations only.
but the same comand will not work if the older version is already installed in the machine we have t use -update argument.
I don't fine correct argument list for updating the .air files. Please help me if any one know how to update the .air file silently using command line arguments.
Copy link to clipboard
Copied
Hi,
To update an app, the app installer should be invoked with the following command line params:
-update -silent <dir> <url> <version>
where <dir> is the full native path to the application, <url> is the URL to the .air file to update it with (either local or remote), and <version> is the version of the new app in the .air file.
Thanks,
Jian
Copy link to clipboard
Copied
About this silent upgrade, working fine with something like
"C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -update -silent "C:\AdobeAIR\Env\dev\dev.exe" "C:\AdobeAIR\dev.air" "1.0"
Is there a way to get directly the version from the next dev.air files (I'm receiving them for deployment and I want something fully automatic) ?
Thx,
Find more inspiration, events, and resources on the new Adobe Community
Explore Now