Archive: Csidl_local_appdata


Csidl_local_appdata
Hi, my application creates a directory and several files under CSIDL_LOCAL_APPDATA. I would like to delete them when program is uninstalled. How to do it?

On windows xp CSIDL_LOCAL_APPDATA is in c:\documents and settings\user name\local settings\Application Data\, on other versions it is in a different location.

Is there a variable in NSIS similar to $PROGRAMFILES that has this directory path?


See NSIS documentation $LOCALAPPDATA
http://nsis.sourceforge.net/Docs/Chapter4.html#4.2.3