Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,


Please help me on my problem. We developed application in wpf.
We created Uninstall in VS2010. but it is not working fine. while I tried to uninstall to show “Component not used on this computer” error, so can any one help how to create Uninstaller in VS2010 to support xp and win7. Because our application using xp and win7 users. Please help me.
Posted
Comments
[no name] 14-Mar-13 10:12am    
Creating an "Uninstall" is a bit unusual. Usually people create install packages and let the install package create the uninstaller. How exactly are you creating your "uninstall"?

1 solution

As soon as you create an installer for something the uninstaller is generated too. The uninstaller automatically executes when clicking on uninstall in the "View installed programs" sight of the windows control panel.

So why in the hell should you create an uninstaller?

cheers,
Marco Bertschi
 
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