You can simply send the AIR file to the recipient. For example, you can send the AIR file as an e-mail attachment or as a link in a web page.
Once the user downloads the AIR application, the user follows these instructions to install it:
The AIR runtime must already be installed on the machine.
In Windows, AIR automatically does the following:
In the Mac OS, by default the application is added to the Applications directory.
If the application is already installed, the installer gives the user the choice of opening the existing version of the application or updating to the version in the downloaded AIR file. The installer identifies the application using the application ID and publisher ID in the AIR file.
On Mac OS, to install an updated version of an application, the user needs to have adequate system privileges to install to the application directory. On Windows, a user needs to have adminstrative privileges.
An application can also install a new version via ActionScript or JavaScript. For more information, see Updating AIR applications.
Once the AIR application is installed, a user simply double-clicks the application icon to run it, just like any other desktop application.
The AIR seamless install feature lets a user install an AIR application by clicking a link in a web page. The AIR browser invocation features lets a user run an installed AIR application by clicking a link in a web page. These features are described in the following section.