Displaying a custom description in an Adobe AIR application installer
The following example shows how you can display a custom description when installing an Adobe AIR application by setting the <description> node in the application’s XML installer file.
Full code after the jump.
To set the Adobe AIR application installer’s description, edit the following lines in the application’s XML file:
<!-- Description, displayed in the AIR application installer. May have multiple values for each language. See samples or xsd schema file. Optional. --> <description>The quick brown fox jumps over the lazy dog.</description>
2 Responses to Displaying a custom description in an Adobe AIR application installer
Leave a Reply Cancel reply
- http://get.adobe.com/air/
- Platform ActionScript Language Reference
Recent Posts
- Detecting the number of screens on a users system in Adobe AIR
- Opening a new NativeWindow in Adobe AIR
- Detecting the line-ending character sequence used by the host operating system in Adobe AIR
- Displaying a custom title bar icon in a WindowedApplication container in Adobe AIR
- Setting a custom text style on the status bar on a WindowedApplication container in Adobe AIR
- Keeping a WindowedApplication on top of other windows in Adobe AIR
- Specifying whether a new Window is focused in Adobe AIR
- Opening a new Window in Adobe AIR
- Setting the file size display mode in the Flex FileSystemDataGrid control in Adobe AIR
- Sorting the FileSystemDataGrid control by date in Adobe AIR
Archives
- March 2010 (10)
- February 2009 (3)
- January 2009 (6)
- December 2008 (44)
may i know how to see more details info?
I’m developing a AIR Application Online game where i have 1 Game Lobby AIR App (Flex-Based AIR) and games AIR App (Flash CS4 Built Swf, Create AIR file using Flex to load the Swf file).
The game have only 1 Lobby(air file) and Numbers of games (air files).
Purpose to having multiple AIR file to make use of AIR auto updates features for the lobby and all games.
I want to remove/unchecked “Add shortcut icon to my desktop” from the Installation Preferences of AIR Application Install dialogue.
May i know how to do remove/unchecked “Add shortcut icon to my desktop” feature?