8/12/2010 2:08:38 AM
Title:
Native installer for air app
Hi friends,
I want to convert .air to .exe , for this i use some process.
I am using :
*Air2
*Flex3.5 SDK
*Code in app.xml( mail xml in app)
* For Air 2
<application xmlns="http://ns.adobe.com/air/application/2.0">
and
* For conversion
<supportedProfiles>desktop extendedDesktop</supportedProfiles>
Now im fallow the steps from given link:
"http://bishoponvsto.wordpress.com/2010/02/23/adobe-air-2beta-2-to-exe-packaging-air-app-"in-windows-executable/
Problem im facing:
i got error on dos command prompt when i execute this command
"adt -package -target native c:\AirExe\myApp.exe c:\AirExe\myAirApp.air"
------------------------------------------------------------------------------------------------
Error :-
----------
-storetype is required
usage:
adt -checkstore SINGIN_OPTIONS
adt – certificate ……..
adt -help
…
.
.
…
adt -version
SINGIN_OPTIONS : – stroretype (- )?……….
…….
…….*
---------------------------------------------------------------------------------------------------------------------
PlZ help me
i need ur help
Thanks in advance
8/12/2010 9:32:08 AM
why don't you use this automated adobe air to exe creation tool rather than using command prompt
http://www.webkitchen.be/package-assistant-pro/
8/12/2010 10:42:02 PM
Hey Glenn ....thanks ur grate
my problem solve in minimum Effort
hehe
any way but i also want the process of native installer can u (any one) Explain what is the problem in my approch.