Skip to main content
Participant
February 7, 2011
Question

the AIR installation file

  • February 7, 2011
  • 1 reply
  • 403 views

I have made an application using html, jquery and I wrap it into the AIR application. After I make her AIR installation file and install my application, the function insert, update, delete the database can not run anymore.

To create the installation file, I used:

adt –certificate -cn SelfSigned 1024-RSA sampleCert.pfx samplePassword -> to generate a self-signed certificate and key pair
adt -package -storetype pkcs12 -keystore sampleCert.pfx HelloWorld.air  -> create the AIR installation file
HelloWorld-app.xml HelloWorld.html AIRAliases.js

Please note that prior to turning it into an installation file, the application can perform the function insert, update, delete database.

Please help me...

Thanks....

This topic has been closed for replies.

1 reply

chris.campbell
Legend
February 7, 2011

Hello,

It looks like your ADT command line arguments are correct.  However, I'm curious about the files you're including.  Are you sure that you've covered everything?  Could there be jquery .js files that also need to be included?

If possible, I'd recommend using an IDE like Aptana Studio along with the AIR plugin for the simplicity of their AIR project creation and publishing wizards.

If you'd like, you can also email me your project (ccampbel@adobe.com) and I'll take a look and see if I can figure out what's going on.

Thanks,

Chris