Skip to main content
April 29, 2011
Question

.air silent install

  • April 29, 2011
  • 1 reply
  • 10549 views

I am looking for a way to install .air applications silently.

All the information i have been able to google, explains how to install the AIR runtime and then the .air application.

The AIR runtime is allready instralled on alle the machines.

This topic has been closed for replies.

1 reply

chris.campbell
Community Manager
Community Manager
April 29, 2011

This is doable through our command line arguments, but we ask that you first sign our distribution agreement.  Once signed, you'll be sent a link with documentation that describes the process and documents in detail the command line parameters.

Thanks,

Chris

May 12, 2011

I have completed the distribution request and it har been approved. However the documentaion i recieve still only talks about the distribution of the AIR runtime. I could not care less about how to distribute this.

I want to silently install my own AIR applications on mashines within my own company. How is this done?

chris.campbell
Community Manager
Community Manager
May 12, 2011

If you can guarantee that AIR is installed, then you can probably do something like:

"C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -silent -location "C:\Install_Location" "filename.air" (you'll want to modify the program files path for a 64bit system)

While that will work, we do recommend you use either the ARH utility mentioned in the documentation that you received or utilize a bootstrapper and include the AIR Runtime Installer, which is also outlined in the docs.

Hope this helps,

Chris