How can i remove files write on the c drive appdata folder, when i uninstall application.
What I have tried:
i create winforms installer using setup project using visual studio 2013. But when i install the installer the application will install to program files in c drive,but i need to write some file, but this folder does not provide permission to write, because of this problem .i try to write files to appdata folder in c drive.
But when i uninstall application ,the files write in the appdata folder does not remove after uninstalation.