I have a .NET setup project that installs and uninstalls my application fine but on uninstall it leaves the installation directory behind.
How can I delete this folder during/after the uninstall?
UPDATE: My application creates a cahce file in this directory when it runs which looks like the reason the folder is not removed during the uninstall.
Is there a way to remove this file so that the folder gets removed?