This section covers the main steps in installing the AIR runtime and an AIR application using Microsoft SMS, including the creation of packages, programs, distribution points, and advertisements.
An SMS 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 tab of the Package Properties dialog box you must assign a name to the package. It is recommended that you also fill in the version, language, and comment fields (see Figure 1).

Figure 1. Specifying package properties, including name, version, language, and comment in SMS
An SMS program defines the executable and any installation parameters to be used during installation. Follow these steps to create a new program for your package:
On the General tab assign properties for the program. You can 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 the AIR runtime 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 2).

Figure 2. Specifying the program name and command line in SMS
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 tab, click Import and browse to the AIR setup.msi file, which is found in the bundled install files you downloaded from Adobe (see Figure 3). This will import the Windows Installer product code.

Figure 3. Importing the Windows Installer product code
Note: If Microsoft Operations Manager (MOM) is implemented on your network, adjust settings as necessary on the MOM tab.
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 the client. Clients 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 4).

Figure 4. Specifying the distribution point in SMS
An advertisement tells all workstations in the collection that there is new software available to install. This 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 tab, choose a package from the dropdown menu. Then, choose the AIR Installer program. Finally, browse to and select the collection for the advertisement (see Figure 5).

Figure 5. Specifying advertisement properties in SMS
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. A message will appear in the system tray to notify the user, if logged on, of the new program installation.
Upon completion of installation, the AIR runtime 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.
The Advertisement Status in the SMS Admin Console will show installation results for clients.