uninstall and install Visual Studio Professional2013 - visual-studio

I have something wrong in Visual Studio Professional 2013.
So,I want to uninstall and then reinstall it.
After I uninstall and run the exe, I got the error message.
Visual Studio Professional 2013 is currently installed on the machine.
Please uninstall Visual Studio Professional 2013 and retry.
Is there something I should delete ?

You can try the Visual Studio Uninstaller:
https://github.com/Microsoft/VisualStudioUninstaller
Speaking from experience, it might help, or it might hopelessly break the installation and require you to reinstall Windows to get everything working again.

Related

Unable to Install Visual Studio 2013 on Computer with Visual Studio 2015

I have a Windows 8.1 computer with Visual Studio Community 2015 installed and no other version of Visual Studio. I want to install Visual Studio Community 2013 because this is required to use C++ with Unreal Engine 4. But I get
this error message when I try to install.
So I restarted my computer, and the same error message still shows up. I have tried installing from an executable from the Visual Studio webpage, and from a button in Unreal Engine 4 that opens the Visual Studio 2013 installer. What could be the problem? Thanks.
From memory, you're supposed to be able to install multiple versions of visual studio, provided you install them chronologically.
Make a backup.
Then try uninstalling VS 2015. Then installing VS 2013, then re-installing VS 2015.
Better yet, do this in a virtual machine.
- Additionally; A virtual machine will allow you to install VS 2013 in isolation, so that you won't need to uninstall VS 2015.

Can't install Visual Studio Community Edition 2013

I can't install the Community Edition 2013 of Visual Studio. I always get the following error message:
Visual Studio Professional 2013 is currently installed on this machine.
Please uninstall Visual Studio Professional 2013 and retry.
The problem here is that I never installed Visual Studio Professional 2013. I installed Visual Studio Express 2013 and I uninstalled it because it didn't want to start up.
So why is it telling me such nonsense? Even when I search for Visual Studio I can't find anything on my computer.
How can I install the Community Edition?
Check registry for this key "SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\professional". If present remove it.
Then install Community Edition.
Also check registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\vs\Servicing\12.0
Or when in doubt, delete everything! I found that deleting the DevDiv folder in the registry fixed the solution.

Install Visual studio 2010 sp1 Error

when I want to install visual studio 2010 sp1 i get this error:
KB2529927v2 does not apply, or is blocked by another condition on your computer.
How can I fix it?
i think Windows Update isn't as accurate as the Installer itself.
The solution is running a visual studio 2010 product repair from the Programs and features, located on windows control panel.
also at super user site also said :
https://superuser.com/questions/363254/kbxxxxx-does-not-apply-or-is-blocked-by-another-condition-on-your-computer
I was facing the same issue, I just installed the VS2010 SP1 again through the below link and it worked like a charm.
https://download.cnet.com/Microsoft-Visual-Studio-2010-Service-Pack-1/3000-2070_4-75451099.html

Is it safe to uninstall VS Express after installing VS Ultimate?

A couple of days ago, I installed Visual Studio Express for C#; yesterday I installed Visual Studio Ultimate. Since I will no longer use the former, is it safe to uninstall it?
I uninstalled Visual Studio Express 2012 for Web right after having installed Visual Studio 2012 Ultimate and it still works perfectly. Also tried after a reboot, just to be sure.

Problem in uninstalling visual studio 2010 professional

I have Visual Studio 2010 Professional, i just got new Ultimate edition of Visual Studio 2010. I'm trying to uninstall the previous Professional version but it isn't working
When i try uninstalling through control panel it just freezes on
generating setup script and after few times Operating becomes not
responding, i waited for an hour but it didn't worked
Then i downloaded the Microsoft Utlity Visual Studio 2010
Uninstall Utility and that also didn't worked for me, it again
stuck in the middle of the progress bar with no reason
Can anyone tell me if he has any idea whats going on and how i can uninstall it
You don't have to uninstall VS2010 Pro to upgrade to Ultimate. Just run the Ultimate installer without doing anything to your existing VS2010 Pro installation and your version will be upgraded.

Resources