Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you install VS2013 alongside VS2012 without issues?

Tags:

I cam across this question here on SE:

Can Visual Studio 2012 be installed side-by-side w/ Visual Studio 2010?

According to one comment with a good amount of upvotes, having 2010 and 2012 installed at the same time can present issues. I then came across this MSDN page about 2013:

http://msdn.microsoft.com/en-us/library/hh266747.aspx

If you use Visual Studio 2013 together with Visual Studio 2012 or Visual Studio 2010 SP1, you can [blah blah]

That suggests that 2013 can be safely installed along with VS2012. Can anyone confirm?

like image 429
oscilatingcretin Avatar asked Oct 18 '13 10:10

oscilatingcretin


People also ask

Can I have 2 versions of Visual Studio installed?

For VSPackages, that means a user can have several Visual Studio versions installed on the same computer. However, you cannot have side-by-side versions of your VSPackages loaded into a single version of Visual Studio.

Can you install Visual Studio 2017 and 2019 side by side?

You can install and use Visual Studio 2019 alongside previous versions of Visual Studio, including Visual Studio 2017, Visual Studio 2015, Visual Studio 2013, and Visual Studio 2012.

Do I need to uninstall Visual Studio 2017 before installing 2019?

The installation will not attempt to uninstall older versions and we don't need to uninstall older version of VS 2015/2017, before installing the VS2019.

Can Visual Studio 2013 install on Windows 7?

Visual Studio 2013 supports migration of Windows Phone 7 and 7.5 projects to Windows Phone 8. Requires Visual Studio 2013 Update 2 or later. Windows Phone emulator installed on demand.


2 Answers

Take a look at Brian Harry´s Blog post announcing Visual Studio 2013.

VS 2013 can be installed side by side with previous versions of Visual Studio or, if you have a VS 2013 pre-release, it can be installed straight over top of the pre-release. TFS 2013 cannot be installed side by side but can also be installed over top of either a previous version (TFS 2012 or TFS 2010) or a pre-release.

like image 116
Jehof Avatar answered Oct 07 '22 02:10

Jehof


Looks like you can, yes.

You can install this version of Visual Studio on a computer that already has an earlier version installed.

http://msdn.microsoft.com/en-us/library/ms246609%28v=vs.120%29.aspx

Only issue I can see is during uninstallation, where the file associations may get lost.

like image 28
Jamie Burns Avatar answered Oct 07 '22 02:10

Jamie Burns