Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Hi I need to first install the air runtime silently on a machine that may or maynot have internet at any given time.
How would you suggest I go about doing that?
Then I neeed to install my air app silently. How best should I go about that?
If a machine does have internet Im happy for it toget its air updated but silently.
We use visual basic to exctue any of the above.
This is for a kiosk public system.
I have my ENU-distributionAgreement and trackID
Copy link to clipboard
Copied
Hi,
I'm trying to install the Adobe Dreamweaver widget 1.0 from Design and Web Premium CS6 but using the command :
C:\Temp\Widget\AdobeAIRInstaller.exe -silent -eulaAccepted -programMenu WidgetBrowser.air is just giving me errors.
I'm doing a small sequence to install other software from CS6 suite but this is the only one giving me errors like : failed (consult log)
Running the command like: start /wait "%~dp0\Exceptions\DWWidgetsBrowser1.0\AdobeAIRInstaller.exe" -silent -eulaAccepted -programMenu WidgetBrowser.air it gave me the same error.
Notice that if I browse inside the source files folder with command line and execute the same command it runs the installation perfectly but not if I'm doing it outside the folder with the previous command that states>> ( %~dp0\Exceptions\DWWidgetsBrowser1.0 ) and also that my Virtual Machine is a brand new installation with Adobe AIR 3.7
AIR Log file:
[2013-06-18:17:36:06] Runtime Installer begin with version 2.7.1.19600 on Windows 7 x86
[2013-06-18:17:36:06] Commandline is: -silent -eulaAccepted -programMenu WidgetBrowser.air
[2013-06-18:17:36:06] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
[2013-06-18:17:36:06] Invoking Application Installer for combined install
[2013-06-18:17:36:06] Launching subprocess with commandline C:\Users\User1\AppData\Local\Temp\AIR59C4.tmp\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime C:\Users\XXX\AppData\Local\Temp\AIR59C4.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///c:/Temp/WidgetBrowser.air
[2013-06-18:17:36:07] Application Installer begin with version 2.7.1.19600 on Windows 7 x86
[2013-06-18:17:36:07] Commandline is: -runtime C:\Users\User1\AppData\Local\Temp\AIR59C4.tmp -silent -withRuntime -url -programMenu -eulaAccepted file:///c:/Temp/WidgetBrowser.air
[2013-06-18:17:36:07] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
[2013-06-18:17:36:07] Unpackaging file:///c:/Temp/WidgetBrowser.air to C:\Users\User1\AppData\Local\Temp\fla651A.tmp
[2013-06-18:17:36:07] Got an unexpected fatal error while unpackaging: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
[2013-06-18:17:36:07] Application Installer end with exit code 7
[2013-06-18:17:36:07] Subprocess app installer failed (7)
[2013-06-18:17:36:07] Runtime Installer end with exit code 7
Any help will be appreciated.
Copy link to clipboard
Copied
Tak for din mail.
Jeg er ikke længere ansat i Sjællandske Medier.
Alle henvendelser bedes rettes til :
Preben Jørgensen
preben.joergensen@sj-medier.dk
Denne mail vil ikke blive videresendt.
Med venlig hilsen
Kristoffer Beck
Find more inspiration, events, and resources on the new Adobe Community
Explore Now