Skip to main content
Inspiring
February 24, 2011
Question

update only some files in AIR application update

  • February 24, 2011
  • 1 reply
  • 706 views

I make a big AIR application with lot of files. It's big and slow to compile.

In the future, only a few files of this application 'll be changed, and I would like to update only this files while updating AIR application instead of updating the entire application.

It seems not possible because during updating, AIR delete all the files that are not present in the updated appli version.

Is there some way to update only part of my AIR application ?

Thanx

This topic has been closed for replies.

1 reply

Participating Frequently
February 28, 2011

Hi,

AIR's current update mechanism don't support update only some files. I'd like to suggest you to post a feature request here: http://ideas.adobe.com/air.

Thanks,

Xia

chris.campbell
Legend
March 1, 2011

Another option to consider is decoupling the content from your AIR installer.  Would it be feesible to have your application copy/install the content on first launch?  Or maybe wrap your AIR installer in a native installer that first installs the content then sub launches the AIR installer?

Chris

vorpalAuthor
Inspiring
March 1, 2011

Thank for your answer. My question was in to avoid 'more complex' solutions like the ones you describe.