Skip to main content
January 4, 2012
Answered

Deploy Adobe Air Application

  • January 4, 2012
  • 1 reply
  • 2250 views

Hello everybody.

I have a question. I would like to deploy on many computers an application from Adobe Air.

How can I deploy my adobe air application in silence ? I wanna do a batch but I don't know how can I specify to automatically choose "Install" in my batch

And "Continue" for it

Thanks a lot for your help

This topic has been closed for replies.
Correct answer chris.campbell

First, you'll want to sign our distribution agreement which you can find here: http://www.adobe.com/special/products/air/runtime_distribution1.html

The process is easy, and should only take a few minutes.  Once done, you'll receive links and documentation that will describe how to deploy AIR via the command line.

An alternative is to create your own installer for your AIR 3 application, this could be as simple as a batch file.  You can find more details in this article:

Installation and deployment options in Adobe AIR 3

Chris

1 reply

chris.campbell
chris.campbellCorrect answer
Legend
January 5, 2012

First, you'll want to sign our distribution agreement which you can find here: http://www.adobe.com/special/products/air/runtime_distribution1.html

The process is easy, and should only take a few minutes.  Once done, you'll receive links and documentation that will describe how to deploy AIR via the command line.

An alternative is to create your own installer for your AIR 3 application, this could be as simple as a batch file.  You can find more details in this article:

Installation and deployment options in Adobe AIR 3

Chris

January 5, 2012

Thanks ! It works !

I have created a batch, I use this command :

arh -installAppSilent -location "C:/Program Files" -desktopShortcut -programMenu module.air

When I reinstall on the application, it gives me a message :

failed due to bad configuration

How can I force the installation ? In the future, we should update this application.

Thanks !