tags:

views:

120

answers:

6

Hi,

I install an app .app file to /Applications folder. Can you please tell me where does the user specified data being stored? How can I do to clean uninstall my application and its user specific data?

Thank you.

A: 

This depends on the application, unfortunately. Sometimes it is in ~/Library/ folder, though.

Nathaniel Flath
Thanks. It works!
daniel dreiberg
A: 

AppTrap should do the trick.

It runs in the background and simply has a preference pane in the System Preferences. Drop the application onto the trash folder and it will ask you whether you want the associated application files to be deleted too.

Perspx
A: 

Just let the user do that. For instance with AppCleaner.

Otherwise, just give a way in your preferences to reset them. No need to delete the plist file.

Loïc Wolff
A: 

AppDelete is a free program for uninstalling and cleaning up.

FSEventer is a free program for seeing where programs install themselves.

neoneye
A: 

Most information is stored within /Library/, however from time to time you may find applications which store their data within the contents of the .app package itself, or within a subfolder in /Applications/.

byte
A: 

This should give you an idea of where to look.

Where to Put Application Files

William Jens