Hi people,
I know the title of the question is a bit odd. But I don't know what the thing I am trying to do, is called. So, here it goes --
I'm working on a simple ADOBE AIR app generator,
After generating all the necessary files and signing the application using the file adt
I'm supposed to - generate the actual .air
file. Which, after supplying all the parameters asks for password.
How am I supposed to do this? Help!
Packaging an AIR installation file using the AIR Developer Tool (ADT)
PS - If ther's some word to describe what I am doing, please comment :D
[UPDATE]
If one puts
adt -package -storetype pkcs12 -keystore sampleCert.pfx HelloWorld.air
HelloWorld-app.xml HelloWorld.html AIRAliases.js
in the command line, it prompts for a password. One can enter it -- when using console.
How are you supposed to provide it when you are doing php exec();
?