<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/2.5">

<!-- Adobe AIR Application Descriptor File Template.

	Specifies parameters for identifying, installing, and launching AIR applications.

	xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/2.7
			The last segment of the namespace specifies the version 
			of the AIR runtime required for this application to run.
			
	minimumPatchLevel - The minimum patch level of the AIR runtime required to run 
			the application. Optional.
-->

	<!-- A universally unique application identifier. Must be unique across all AIR applications.
	Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
	<id>com.adobe.downloadassistant.AdobeDownloadAssistant</id>

	<!-- Used as the filename for the application. Required. -->
	<filename>Adobe Download Assistant</filename>

	<!-- The name that is displayed in the AIR application installer. 
	May have multiple values for each language. See samples or xsd schema file. Optional. -->
	<name>Adobe Download Assistant</name>
	
	<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade. 
	Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
	An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
	<versionNumber>1.2.6</versionNumber>
		         
	<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
	<versionLabel>v1.2.6</versionLabel>

	<!-- Description, displayed in the AIR application installer.
	May have multiple values for each language. See samples or xsd schema file. Optional. -->
	<!-- <description></description> -->
	
	<description> 
		<text xml:lang="en">This application downloads and helps you install the trial versions of the latest Adobe applications.</text> 
		<text xml:lang="de">Mit dieser Anwendung können Sie die Testversionen der neuesten Adobe-Anwendungen herunterladen und installieren.</text> 
		<text xml:lang="ja">このアプリケーションを使用すると、最新のアドビアプリケーションの体験版をダウンロードして、インストールすることができます。</text> 
		<text xml:lang="cs">Pomocí této aplikace stáhnete a nainstalujete zkušební verze nejnovějších aplikací Adobe.</text> 
		<text xml:lang="da">Dette program henter og hjælper dig med at installere prøveversioner af de nyeste Adobe-programmer.</text>
		<text xml:lang="es">Esta aplicación descarga y le ayuda a instalar las versiones de prueba de las últimas aplicaciones de Adobe.</text>
		<text xml:lang="fi">Tämä sovellus lataa Adoben uusimpien sovellusten kokeiluversiot ja auttaa sinua asentamaan ne.</text>
		<text xml:lang="fr">Cette application permet de télécharger et d’installer les versions d’évaluation des derniers logiciels Adobe.</text>
		<text xml:lang="it">Questa applicazione scarica e semplifica l'installazione delle versioni di prova delle applicazioni Adobe più recenti.</text>
		<text xml:lang="ko">이 응용 프로그램은 최신 Adobe 응용 프로그램의 시험 버전을 다운로드하고 설치 과정을 안내합니다.</text>
		<text xml:lang="nb">Dette programmet laster ned og hjelper deg med å installere prøveversjonene av de nyeste Adobe-programmene.</text>
		<text xml:lang="nl">Deze toepassing downloadt de proefversies van de nieuwste Adobe-toepassingen en helpt u bij de installatie.</text>
		<text xml:lang="pl">Ta aplikacja służy do pobierania i instalowania wersji próbnych najnowszych aplikacji Adobe.</text>
		<text xml:lang="pt">Este aplicativo baixa e ajuda você a instalar as versões de avaliação dos últimos aplicativos da Adobe.</text>
		<text xml:lang="ru">Эта программа загружает и помогает устанавливать пробные версии новейших приложений Adobe.</text>
		<text xml:lang="sv">Med det här programmet kan du hämta och installera utvärderingsversionerna av de senaste Adobe-programmen.</text>
		<text xml:lang="tr">Bu uygulama, en yeni Adobe uygulamalarının deneme sürümlerini indirir ve bunları yüklemenize yardımcı olur.</text>
		<text xml:lang="zh-CN">此应用程序下载并帮助您安装最新的 Adobe 应用程序的试用版本。</text>
		<text xml:lang="zh-TW">此應用程式可下載並協助您安裝最新 Adobe 應用程式的試用版。</text>
	</description>

	<!-- Copyright information. Optional -->
	<copyright>Copyright 2010-2011 Adobe Systems Incorporated. All rights reserved.</copyright>

	<!-- Publisher ID. Used if you're updating an application created prior to 1.5.3 -->
	<!-- <publisherID></publisherID> -->

	<!-- Settings for the application's initial window. Required. -->
	<initialWindow>
		<!-- The main SWF or HTML file of the application. Required. -->
		<!-- Note: In Flash Builder, the SWF reference is set automatically. -->
		<content>DownloadAssistant.swf</content>
		
		<!-- The title of the main window. Optional. -->
		<!-- <title></title> -->

		<!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
		<!-- <systemChrome></systemChrome> -->

		<!-- Whether the window is transparent. Only applicable when systemChrome is none. Optional. Default false. -->
		<!-- <transparent></transparent> -->

		<!-- Whether the window is initially visible. Optional. Default false. -->
		<!-- <visible></visible> -->

		<!-- Whether the user can minimize the window. Optional. Default true. -->
		<minimizable>true</minimizable>

		<!-- Whether the user can maximize the window. Optional. Default true. -->
		<maximizable>false</maximizable>

		<!-- Whether the user can resize the window. Optional. Default true. -->
		<resizable>false</resizable>

		<!-- The window's initial width in pixels. Optional. -->
		<width>750</width>

		<!-- The window's initial height in pixels. Optional. -->
		<height>540</height>

		<!-- The window's initial x position. Optional. -->
		<!-- <x></x> -->

		<!-- The window's initial y position. Optional. -->
		<!-- <y></y> -->

		<!-- The window's minimum size, specified as a width/height pair in pixels, such as "400 200". Optional. -->
		<!-- <minSize></minSize> -->

		<!-- The window's initial maximum size, specified as a width/height pair in pixels, such as "1600 1200". Optional. -->
		<!-- <maxSize></maxSize> -->
	</initialWindow>

	<!-- We recommend omitting the supportedProfiles element, -->
	<!-- which in turn permits your application to be deployed to all -->
	<!-- devices supported by AIR. If you wish to restrict deployment -->
	<!-- (i.e., to only mobile devices) then add this element and list -->
	<!-- only the profiles which your application does support. -->
	<supportedProfiles>desktop extendedDesktop</supportedProfiles>

	<!-- The subpath of the standard default installation location to use. Optional. -->
	<!-- <installFolder></installFolder> -->

	<!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
	<!-- <programMenuFolder></programMenuFolder> -->

	<!-- The icon the system uses for the application. For at least one resolution,
	specify the path to a PNG file included in the AIR package. Optional. -->
	<icon>
		<image16x16>app_icons/appicon_16.png</image16x16>
		<image32x32>app_icons/appicon_32.png</image32x32>
		<image48x48>app_icons/appicon_48.png</image48x48>
		<image128x128>app_icons/appicon_128.png</image128x128>
	</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> -->
	
	<!-- Whether the application can be launched when the user clicks a link in a web browser.
	Optional. Default false. -->
	<allowBrowserInvocation>true</allowBrowserInvocation>

</application>
