Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello frnds,

I have wpf application and I have created setup project for that.

In my application some files and folders are creating at runtime in application folder

Now I want delete that folders and files while I uninstall that application, In fact I want to delete the folder of application while uninstalling

Thanks.
Posted

1 solution

Hi you can try using custom action feature of set up project.

http://msdn.microsoft.com/en-us/library/d9k65z2d(v=vs.80).aspx[^]

add custom action for uninstall and do settings for Remove the folder.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900