We are developing addin for Visual Studio. It creates items in Solution Explorer context menu. The problem is when we remove the addin, menu item is still there but without icon. When I click on it, VS propose to remove the command. See screenshot.
How should they be uninstalled to remove the command?
At the moment I just remove the addin file from "Visual Studio 2012\Addins" folder during uninstall.
I'm using class Connect : IDTExtensibility2
One option is to run a .vbs script on uninstall with following commands: