This section explains how to install the AIR runtime and an AIR application using Microsoft SCCM, including the creation of packages, programs, distribution points, and advertisements. The basic steps are the same as if you used Microsoft SMS with minor differences in terms of the settings.
An SCCM package is the data set containing any installation files to be installed on the workstations. Follow these steps to create a package:
Download the bundled Adobe AIR runtime from Adobe.com. The download link is provided via e-mail after you applied for permission and are approved to redistribute the runtime.
On the General page of the New Package Wizard you must assign a name to the package. It is recommended that you also fill in the version, manufacturer, language, and comment fields.

Figure 6. Specifying package properties, including name, version, manufacturer, language, and comment in Configuration Manager
An SCCM program defines the executable and any installation parameters to be used during installation. Follow these steps to create a new program in SCCM:
Click General and choose any name for your program. This example uses the name Adobe AIR. For the command line, browse to the install folder and select the Adobe AIR Installer.exe file. To install the AIR runtime and an AIR application, append the following options to the end of the command line:
Note: As indicated in the introduction, you are required to obtain a redistribution agreement to install and distribute the Adobe AIR runtime in this manner. The documentation provided after being approved to distribute the AIR runtime details additional parameters for enterprise users. For more information about licensing and the license application, visit the Adobe AIR runtime distribution page.
-silent -desktopShortcut -programMenu fms_explorer.air
Note: -silent is required to run without user interaction during installation;
-desktopShortcut adds a desktop shortcut for the AIR application;
-programMenu adds a Start Menu shortcut for the AIR application; and
fms_explorer.air refers to the AIR application being installed.
The entire command line should look like this:
"Adobe AIR Installer.exe" -silent -desktopShortcut -programMenu fms_explorer.air
These options tell the AIR installer to run without user interaction, install the FMS Explorer AIR application, and create both desktop and Start menu shortcuts for it.
If AIR is being installed without an AIR application, the command line should look like this:
"Adobe AIR Installer.exe" -silent
Installing AIR does not require a reboot, so you can leave the rest of the settings as they are (see Figure 7).

Figure 7. Specifying the program name and command line options in Configuration Manager
Select compatible operating systems to ensure that AIR will not be installed on an incompatible machine. AIR requires one of the following:
On the Windows Installer page, click Import and browse to the AIR setup.msi file, which is found in the bundled install files you downloaded from Adobe. This will import the Windows Installer product code.

Figure 8. Importing the Windows Installer product code in Configuration Manager
Note: If MOM (Microsoft Operations Manager) is implemented on your network, adjust settings as necessary on the MOM Maintenance panel.
The next step is to create a distribution point and collection for the package. The distribution point is the server location where the files will reside for distribution to clients, which will pull the package from this location. A collection defines the groups of workstations that are intended to receive the distribution.
Right-click on Distribution Points under your AIR package and then choose New Distribution Point. Use the wizard to choose the server (or servers) that will be the distribution point for the AIR package (see Figure 9).

Figure 9. Specifying the distribution point in Configuration Manager
SCCM will add the distribution point to your package and display the results.
An advertisement tells all workstations in the collection that there is new software available to install. An advertisement ties together the package, program, and collection. The workstations will install the software package based on a pre-configured interval defined within the site configuration. To create a new advertisement, follow these steps:
On the General page, choose a package from the dropdown menu. Then choose the AIR Installer program. Finally, browse to select the collection to be used for the advertisement (see Figure 10).

Figure 10. Specifying advertisement properties in Configuration Manager
Advertisement polling varies between environments and depends on network connectivity, speed, and availability. As clients check in, they will receive the advertisement and perform the installation.
When the client checks in with SCCM, a message will appear in the user's system tray to notify them of the new program installation. Upon completion of the installation, AIR and the AIR application will be installed on the client. Based on the configuration choices outlined earlier, the AIR application's shortcut will appear in the Start menu and on the desktop.