Copy link to clipboard
Copied
I use Adobe Air 21 installed with the following command line
".\Files\AdobeAirInstaller\AdobeAIRInstaller.exe" -silent -eulaAccepted
I install GBMLoader.air application with the following command line.
"C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -silent "C:\GBMLoader.air"
This works fine except the default installation location of the AIR application is wrong. The application should point to the C root. I tried the "location" switch but I get "too many arguments" or failed as feedback.
"C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -silent -location "C:\" "C:\GBMLoader.air"
Anyone any idea what the correct switches are?
Copy link to clipboard
Copied
Check the 'C:\Users\[Username]\AppData\Local\Adobe\AIR\logs\Install.log' for the specific reason for the failure.
Copy link to clipboard
Copied
You need to run the command elevated and -silent switch worked for me.
Copy link to clipboard
Copied
You'll also need to add the following switch...
-eulaAccepted
Find more inspiration, events, and resources on the new Adobe Community
Explore Now