I have a VSPackage installed in VS2013. I installed it from a private library (atom feed).
When I update the .vsix and the corresponding version number in atom.xml, VS2013 notifies me that an update is available.
When I try to install the update, VS2013 says the extension is already installed...
How can I get the extension to automatically uninstall the existing version before installing the update?
Thanks --