Description of the configuration file (*-app.xml) in the air application

Source: Internet
Author: User

<?xml version= "1.0" encoding= "UTF-8"?>
<application xmlns= "http://ns.adobe.com/air/application/1.0" >

<!--the application identifier string, unique to this application. Required. -
<id>AIRTest1</id><!--software ID, when installed the system will detect the same id software version, the version of the update operation is high--

<!--used as the filename for the application. Required. -
<filename>AIRTest_filename</filename><!--Installation Interface application:--

<!--the name is displayed in the AIR application installer. Optional. -
<name>AIRTest_name</name><!--Desktop shortcut equations and Windows and Systems Control Panel add program name---

<!--an application version designator (such as "V1", "2.5", or "Alpha 1"). Required. -
<version>1.0</version><!--software Version--

<!--Description, displayed in the AIR application installer. Optional. -
<description>AIRTest_description</description><!--Install description in the second interface

<!--Copyright information. Optional--
<copyright>AIRTest_copyright</copyright>

<!--Settings for the application ' s initial window. Required. -
<initialWindow>
<!--the main SWF or HTML file of the application. Required. -
<!--note:in Flex Builder, the SWF reference is set automatically. -
<content>[this value would be overwritten by Flex Builder in the output app.xml]</content>
<!--the title of the main window. Optional. -
<title>AIRTest_title</title><!--the form title, when it is a comment state, take the name tag--

<!--the type of system chrome to use (either "standard" or "none"). Optional. Default Standard. -
<systemChrome>none</systemChrome><!--Standard form, none is sleek form--

<!--Whether the window is transparent. Only applicable if Systemchrome is false. Optional. Default false. -
<transparent>true</transparent><!--Background is transparent--

<!--Whether The window is initially visible. Optional. Default false. -
<visible>true</visible>< whether the form is visible when it is initialized!--

<!--Whether The user can minimize the window. Optional. Default true. -
<minimizable>true</minimizable>< whether!--is allowed to be minimized--

<!--Whether The user can maximize the window. Optional. Default true. -
<!--<maximizable></maximizable>--><!--is allowed to maximize-

<!--Whether The user can resize the window. Optional. Default true. -
<!--<resizable></resizable>--><!--allows you to scale the form-

<!--The window ' s initial width. Optional. -
<!--<width></width>--><!--form width-to-

<!--The window ' s initial height. Optional. -
<!--
<!--The window ' s initial x position. Optional. -
<!--<x></x>--><!--form x position coordinates--

<!--The window ' s initial y position. Optional. -
<!--<y></y>--><!--form y position coordinates--

<!--the window ' s minimum size, specified as a width/height pair, such as "400 200". Optional. -
<!--<minSize></minSize>--><!--form minimized values--

<!--The window ' s initial maximum size, specified as a width/height pair, such as "1600 1200". Optional. -
<!--<maxSize></maxSize>--><!--form Maximize values-
</initialWindow>

<!--the subpath of the standard default installation. Optional. -
<installFolder>AIRInstrallField/AIR</installFolder><!--Default installation path C:/Program files/airinstrallfield/ AIR--

<!--the subpath of the Windows start/programs menu to use. Optional. -
<programMenuFolder>AIRTest_programMenuFolder</programMenuFolder><!--Start/program shortcut Equation folder--

<!--the icon the system uses for the application. For at least one resolution,
Specify the path to a PNG file included of the AIR package. Optional. -
The size of the <!--icon must be the same size as the label's write-
<icon>
<image16x16>icons/logo.png</image16x16><!--the icon in the System menu and the System Control Panel to add programs--
<image32x32>icons/logo_32.png</image32x32><!--desktop icons, window icons--
<image48x48>icons/logo_48.png</image48x48><!--installation directory EXE file icon--
<image128x128>icons/logo_128.png</image128x128><!--unknown--
</icon>

<!--Whether The application handles the update when a user double-clicks an update version
of the Air file (true), or the default AIR application installer handles the update (false).
Optional. Default false. -
<!--<customUpdateUI></customUpdateUI>--><!--is the same version when you double-click Update-
<!--Whether The application can be launched when the user clicks a link in a Web browser.
Optional. Default false. -
<!--<allowBrowserInvocation></allowBrowserInvocation>--><!--Whether the app can be activated via browser--

<!--Listing of file types for which the application can register. Optional. -
<!--<fileTypes>--

<!--defines one file type. Optional. -
<!--<fileType>--

<!--the name, the system displays for the registered file type. Required. -
<!--<name></name>--

<!--the extension to register. Required. -
<!--<extension></extension>--
<!--the description of the file type. Optional. -
<!--<description></description>--
<!--the MIME type. Optional. -
<!--<contentType></contentType>--
<!--the icon to display for the file type. Optional. -
<!--<icon>
<image16x16></image16x16>
<image32x32></image32x32>
<image48x48></image48x48>
<image128x128></image128x128>
</icon>
<!--</fileType>--
<!--</fileTypes>--

</application>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.