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
  • 2 replies
  • 456 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 is closed to new replies. Start a new post to keep the conversation going.
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

2 replies

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.