Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Windows silent installations of air applications

New Here ,
Jun 03, 2016 Jun 03, 2016

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?

Manual installation.png

Silent with default path.png

Silent failed.png

TOPICS
Installation
6.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 20, 2016 Jul 20, 2016

Check the 'C:\Users\[Username]\AppData\Local\Adobe\AIR\logs\Install.log' for the specific reason for the failure.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 16, 2016 Nov 16, 2016

You need to run the command elevated and -silent switch worked for me.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 21, 2018 Aug 21, 2018
LATEST

You'll also need to add the following switch...

-eulaAccepted

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines