views:

28

answers:

2

Hello, I have plug-in for VS 2008. I cannot seem to figure out how to remove it. It's liquid xml studio. The program it self cannot be uninstalled because it's not listed in the add/remove programs folder and the uninstall app is missing.

+1  A: 

Tools | Add-in Manager

seems to be it

Andrey
Right, however it's not listed there. If it's not there is there any other spot?
aron
@aron - if it's not listed in Add/Remove Programs, nost listed in the Start Menu and not showing in the Add-In Manager, what's making you think it's actually loaded?
Rob
when VS 2008 loads it's listed on the splash page as one of the plugins/addinsAlso if I every try to open an .xsd file Liquid XML takes over and forces me to register itLiquid XML Schema Editor 2.0.2.0Liquid XPath Expression Builder 2.0.2.0Allows XPath Expressions to be constructed and visualized
aron
@aron http://blogs.msdn.com/visualstudio/archive/2010/01/06/product-registration-for-the-about-box-in-visual-studio-2010-and-the-deprecation-of-ivsinstalledproduct-interface.aspx here is described how to get into that list. try reverse. you might need to edit registry.
Andrey
+2  A: 

Ok here's what I did. I delete the folder from the c:\Program Files\

Then ran: Devenv /ResetSkipPkgs

http://msdn.microsoft.com/en-us/library/ms241276%28VS.80%29.aspx

aron