Adobe AIR 18 Silent Install (How-To Guide)

Adobe AIR is a runtime environment developed by Adobe Systems for building desktop and mobile applications. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Adobe AIR 18 from the command line using an EXE installer.

How to Install Adobe AIR Silently

Adobe AIR 18 Silent Install (EXE)

  1. Navigate to: http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe
  2. Download the AdobeAIRInstaller.exe to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: AdobeAIRInstaller.exe -silent -eulaAccepted
  6. Press Enter

After a few moments you should see the Adobe AIR Installation Directory and Programs and Features entry in the Control Panel. This application does not create a Desktop Shortcut or Start Menu entry.

Software Title:Adobe AIR 18.0.0.199
Vendor:Adobe
Version:18.0.0.199
Architecture:x86
Installer Type:EXE
Silent Install Switch:AdobeAIRInstaller.exe -silent -eulaAccepted
Silent Uninstall Switch:MsiExec.exe /x {31B9D218-FED2-4C6C-B19F-7294FFC130B0} /qn
Download Link:http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Preventing Installation of AIR Applications

Adding the following registry key will prevent the installation of AIR applications.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter the following command & press Enter:
REG ADD "HKLM\SOFTWARE\Policies\Adobe\AIR" /v AppInstallDisabled /t REG_DWORD /d 1 /f

Preventing Installation of Untrusted AIR Applications

Adding the following registry key will prevent the installation of untrusted AIR applications.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter the following command & press Enter:
REG ADD "HKLM\SOFTWARE\Policies\Adobe\AIR" /v UntrustedAppInstallDisabled /t REG_DWORD /d 1 /f

Preventing Automatic Updates to Adobe AIR

Adding the following registry key will prevent automatic updates to Adobe AIR.

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter the following command & press Enter:
REG ADD "HKLM\SOFTWARE\Policies\Adobe\AIR" /v UpdateDisabled /t REG_DWORD /d 1 /f

Installation Log File

The Adobe AIR installer automatically generates a log file during installation to assist with troubleshooting should any problems arise. The log file will be located in the following directory of the user account from which the installer was run:

C:\Users\<User Name>\AppData\Local\Adobe\AIR\logs\Install.log

Adobe AIR Runtime Installer Exit Codes

Exit Code:Description
0Successful install
1Successful, but restart required for completion
2Usage error (incorrect arguments)
3Runtime not found
4Loading runtime failed
5Unknown error
6Installation canceled
7Installation failed
8Installation failed; update already in progress
9Installation failed; application already installed

How to Uninstall Adobe AIR Silently

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:
VersionAdobe AIR Silent Uninstall String
18.0.0.199MsiExec.exe /x {31B9D218-FED2-4C6C-B19F-7294FFC130B0} /qn
17.0.0.172MsiExec.exe /x {34927EBC-98D4-4D53-98BE-510DF5999F50} /qn
16.0.0.273MsiExec.exe /x {7B77622E-DE90-48EA-B2C7-227B1DE58A01} /qn
15.0.0.356MsiExec.exe /x {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts