Skip to main content
Participant
September 26, 2011
Question

Does anyone have experience with uninstalling an AIR app's data, that has been downloaded by the app

  • September 26, 2011
  • 1 reply
  • 422 views

When running the app first time, it downloads some media (movies, pictures etc.).

When uninstalling the app from the Remove programs in the control Panel(windows), the folder remains with the downloaded data. Anyway to completly remove everything ?

This topic has been closed for replies.

1 reply

chris.campbell
Legend
September 26, 2011

The best approach would be to write your own native installer that takes care of this as a post uninstall and also sub launches the AIR uninstaller.  If this is active development, you might want to look into AIR 3's new install options.  Oliver has a great write up here:

Installation and deployment options in AIR 3

Chris