8/31/2010 9:15:02 AM
Title:
convert .air to exe
Can we convert a .air application to .exe file
or can we check that system has adobe installed
or can we invoke an adobe installer file from an air application.
PLease Help me
Thanks in Advance.
Kiney
Points: 530
Posts:0
8/31/2010 9:57:08 AM
Adobe air application cannot be converted to exe. it always runs on AIR framework never standalone. You can create an exe installer only . Adobe AIR application cannot launch an exe file.
8/31/2010 10:25:58 AM
Can Adobe Air application launch a .air file
can we detect whether adobe Air is installed in a system.
8/31/2010 12:05:39 PM
check this url to know about opening Air application from another AIR application
http://blog.everythingflex.com/2009/06/08/open-an-air-application-from-a-2nd-air-application/
Here you can see how to install the AIR application with required version
http://freehandmx.com/devnet/air/articles/air_badge_install_02.html
9/1/2010 10:02:56 PM
http://www.adobe.com/devnet/air/articles/air_badge_install_02.html
9/1/2010 10:54:47 PM
Command to create EXE file form AIR file
Open 'Adobe Flex 3 SDK Command Prompt'
go to 'Air File Directory'
Execute this Command >> adt -package -target native myApp.exe myApp.air
Also Check few link from adobe..
http://help.adobe.com/en_US/air/build/WS789ea67d3e73a8b22388411123785d839c-8000.html
http://anantgarg.com/2009/03/08/adobe-air-distribution-and-installation/
http://bishoponvsto.wordpress.com/2010/02/23/adobe-air-2beta-2-to-exe-packaging-air-app-in-windows-executable/
Regards,
Virat PAtel
9/22/2010 10:16:20 PM
Hi,
I suggest you to download the Adobe AIR Runtime for distribution.
Here is the address: http://www.adobe.com/products/air/runtime_distribution1.html#license
Once Adobe will give you all the necessary files you can simply use SHU (I bought the lite version) and pack your project into an .exe or .app file that everybody can launch without install it and use without AIR / FLASH PLAYER installed in his system. You can try SHU for free at this address: http://www.shu-player.com/
Bye