Copy link to clipboard
Copied
I am looking for how to install Air on a Windows network preferably with GPO but failing that with an installer that will run silently in a startup script. I had a "chat" with the Customer Care where I asked this question and was given a link to the normal download page https://get.adobe.com/air/. When I replied, "Yes I have downloaded both the stand-alone runtime installer and the bundled runtime installer but neither has an MSI to install on a windows network using GPO. The documentation for the bundled installer gives some switches that can be used to run a silent install in a script but when I try that it gives me "too many arguments.", the response was, "For this issue please visit our forums where our expert will assist you in a better way."
So expert, where are you? Please assist me in a better way.
Copy link to clipboard
Copied
I have now got adobeairinstaller.exe to work with -silent so I have put the install in a computer startup script.
This post can be disregarded, but oh how i wish adobe would provide MSIs more readily.
Copy link to clipboard
Copied
I'm glad you posted an update, since it helped me. Mine also works with -silent, but not with the other command line switches.
Copy link to clipboard
Copied
We are happy to know that your issue is resolved. Other arguments for command line are:
To run the Adobe AIR installer silently, start the Adobe AIR installer with the following command-line options:
-silent {-eulaAccepted -pingbackAllowed ( -location <loc> ) -desktopShortcut -programMenu} path
Copy link to clipboard
Copied
Good Morning World,
I've worked out this method and written the accompanying batch file (ugh!) to deploy adobe AIR via gpo . Not ideal I know but until we get a nice happy clean easy msi (like we do with Flash and Shockwave) this is the best we can do.
Step 1 - Download the exe from Adobe - Adobe AIR - standard really.
Step 2 - Use 7zip (or others) and extract said exe to a network shared location
Step 3 - Set this script to deploy (startup/shutdown whenever you please - flexibility is good!)
net use k: "\\domainname\xxxx\xxxx\V24 - Dec2016"
k:
AdobeAIRInstaller.EXE -silent -eulaAccepted
net use k: /d
Now you have Air installed! Eventually.
I used a temp network mapping because thats how I like to do workarounds like this.
I hope this helps others trying to maintain a network and to keep using Adobe Air in their networks.
Best wishes to all for 2017 and beyond.
Dear Santa,
All I want for Christmas is for Adobe to offer MSI's for all their products. And world peace.
Thanks
Me
Find more inspiration, events, and resources on the new Adobe Community
Explore Now