Hi All, I am facing one problem. I have to delete the shared objects that are created bythe previous version of the AIR app. I have to delete them when a new version of the AIR app is installed. Suppose following are the files that are created by previous version 1. C:\Documents and Settings\user\Application Data\OLDAPPP\....\Shared Object 2. C:\ database.db
What problem that I am facing is that even if a new version of the app. is installed it still uses the same SO and DB files. What I want is some way which will delete the Old SO files and DB files while installing the new versions. One way of dealing this problem is to rename the SO name while creating .air file(build time) the second way is to change the application ID in the app-xml file. But both ways are not sufficing my need. thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

