Nick
Nick

Reputation: 9041

Can I update Visual Studio Community 2015 RC to 2015 Release when the final version is released, (without reinstallation)?

I know it's not a big deal to reinstall, but the file is more than 4 GB large; and the installation process is time consuming. When the final VS 2015 is released, can I update from RC version without reinstalling from scratch?

Upvotes: 21

Views: 7752

Answers (3)

tim18
tim18

Reputation: 620

Apparently, it's necessary to remove the previous versions of Visual C++ 2015 Redistributable x64 and x86 to permit the upgrade to complete. This involves a full restart.

Upvotes: 0

Bogdan Gavril MSFT
Bogdan Gavril MSFT

Reputation: 21448

Yes, this is a supported upgrade path and we test for it. You may also have other version of Visual Studio installed, side by side installs are also tested for (VS 2013 side by side with VS 2015 is officially supported).

That being said VS 2015 does bring in a number of external components so there's always a risk that on some configuration the upgrade will not work properly.

Source: I'm working on the Visual Studio team.

Upvotes: 20

Nacimota
Nacimota

Reputation: 23225

That is the plan, but being pre-release software, anything can happen.

Upgrade to RTM. Upgrading from RC to the final release (“RTM”) of Visual Studio and TFS 2015 should be smooth.

Upvotes: 12

Related Questions