Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I uninstall Visual Studio 2012 Update 2?

I installed VS2012 and then I updated to VS2012 Update 2, so my Visual Studio version would be 11.0.60315.01 Update 2.

But now I want to revert to 11.0.50727.1 RTMREL. How can I uninstall the update?

like image 243
ujjaval Avatar asked May 15 '13 05:05

ujjaval


People also ask

Can I delete Visual Studio 2012 x64 redistributables?

If you are sure you are not using them, you can proceed to uninstall them using Control Panel -> Programs and Features -> Uninstall program.

Can I delete Visual Studio 2012 x86 redistributables?

You can uninstall the redistributables the same way you uninstall any other program in the Programs and Features control panel app. You can then download and install the latest versions from Microsoft's Download Center.


1 Answers

Updates to Visual Studio are implemented as Windows updates, much like Office and other Microsoft suites. Once you know this, it immediately becomes obvious where to look. (Of course, the difficult part is knowing in the first place...)

You can find the update by visiting the Programs control panel category, and choosing View installed updates under the Programs and Features subcategory:

Alternatively, from the Windows Update control panel, choose View update history in the task pane, then click Installed Updates in the update history page.

Either option takes you to the same list of updates; most VS2012 updates should be listed under the Microsoft Visual Studio 2012 update category.

like image 174
BoltClock Avatar answered Oct 07 '22 06:10

BoltClock