Skip to main content
Participant
March 27, 2013
Answered

How to add some file in installed air app(not program files/myApp folder)

  • March 27, 2013
  • 1 reply
  • 448 views

hi

How to add some file in the "documents and setting / all user / start menu / programs / myApp" folder When install an Adobe AIR application for Windows(xp, vista, win7) or Mac.

could you show me example code, plz,

thanks..

This topic has been closed for replies.
Correct answer chris.campbell

This isn't available in the default .air install (other than a shortcut to the application.)  However, I would suggest taking a look at the captive runtime options and rolling your own installer.  This way you can do whatever you want on installation without restriction.

http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html

Thanks,

Chris

1 reply

chris.campbell
chris.campbellCorrect answer
Legend
March 27, 2013

This isn't available in the default .air install (other than a shortcut to the application.)  However, I would suggest taking a look at the captive runtime options and rolling your own installer.  This way you can do whatever you want on installation without restriction.

http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html

Thanks,

Chris

Participant
March 28, 2013

thanks for reply.