I am building a setup using NSIS. In my setup, i need to delete a folder (and its contents) in the windows %appdata%
(or %programdata%
in win7) on uninstallation of my application.
As i am relatively new to NSIS, Kindly Requesting you for a Function or a piece of script that i can use in my setup to execute this operation.