Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have made one c# application setup and its using sql server database now i want an uninstaller for it ,

Uninstaller can be able to do
1)Delete all files from Program Files
2)drop database from sql server

when i m uninstalling my software



Plz help me to create it ..

Thanks in advance
Posted

1 solution

If you use Visual Studio Installer Project to create installer then that installer also work for repair and uninstall of exe eg Setup Project or Setup Wizard.
Uninstall will delete all the files that he had install.
If some file are added dynamically then just add some dummy file with same name and extension in the Application Folder Of installer then installer will remove that also.
Can you elaborate how do you create you installer?
 
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