Uninstall entire folder

grip003

Regular
Joined
Sep 2, 2004
Messages
89
Location
North Carolina
I have created an application that generates files as it is used. I want the uninstall program to completely remove these as well as the rest of the program. Right now, when the user uninstalls my app, it leaves the install directory along with all generated files. Is there a way to remove the entire install directory without worrying about generated files that were not included with the install package? I am using the Setup and Deployment that comes with VS2003.
 
Back
Top