So I got prompted to download the latest NuGet Package Manager in VS2010. All previous updates (including this) has failed with:
VSIXInstaller.SignatureMismatchException: The installed version of 'NuGet Package Manager' is signed, but the update version has an invalid signature. Therefore, Extension Manager cannot install the update.

Which, in itself has been going on for some time now, and they still haven't fixed it (look in Q&A).

Ok, fine, previously I could simply uninstall the NuGet extension and install the latest. However, this time, both the Disable and Uninstall buttons are disabled. So I can't uninstall and I can't upgrade.

Catch22.

How can I manually remove the NuGet extension from Visual Studio?
What files/folders/reg entries do I have to kill to get rid of NuGet?

link|improve this question

3  
It seems that someone is on a "off-topic" close voting killing spree. May I quote from the Official SO FAQ: "...but if your question generally covers software tools commonly used by programmers then you’re in the right place to ask your question! " – Magnus Johansson Jul 11 '11 at 11:28
feedback

1 Answer

up vote 38 down vote accepted

To uninstall NuGet, you must first run Visual Studio as Administrator, then you will see the Uninstall option available.

Restart VS, but this time run it as your normal account. When you install NuGet going forward, you should be able to update to future versions without running as Administrator.

I believe this issue occurs due to NuGet being installed with MVC 3. I hope in the future we no longer bundle NuGet with other software.

link|improve this answer
1  
Well, yes of course. Thank you. I should have known better. – Magnus Johansson Jul 12 '11 at 6:52
thanks. my problem solved – Agus Syahputra Feb 25 at 13:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.