Easiest way is probably the "app with runtime embedded" option.
And if that is similar to how it works in Flash Builder (Flex), you'll then need installer software to create a custom executable.

As stated in the article:
<quote>
The resulting set of files is a complete AIR application, including a captive copy of the AIR runtime. It can then be packaged as an installer using several different approaches.
</quote>

The different approaches are further explained in the article.

On 24/02/2014 8:02, natalia Vikhtinskaya wrote:
Not sure I understand how I can use this information in Flash Cs6. I
created app in this program as Air 3.2 for Desktop. I have only two options
- Windows Installer and App with runtime embedded.


2014-02-23 16:42 GMT+04:00 Peter Ginneberge <p.ginnebe...@telenet.be>:

You can apply for a license to (re)distribute the Air runtime and then
package it with your application.
http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-
70d979a8124ef20a34b-8000.html

Or you can include a captive copy of the Air runtime with your application.
http://www.adobe.com/devnet/air/articles/air3-install-and-
deployment-options.html

The first option will install the Air runtime with your application, as if
the user installed it himself, so it's separated from your application,
meaning both your application and the Air Runtime can be uninstalled
separately.

The second options installs both as a bundle. When a user uninstalls your
app, the runtime gets uninstalled with it.

regards,
Peter
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to