Deleteing files from user's Application Data folder on uninstall
Hi everyone,

I have an app that places data during runtime into a folder under the users Application Data folder (eg. C:\Documents and Settings\{username}\Application Data\{appName}).

Is there any way that I can delete this folder for all users during the uninstall?

Thanks in advance!