l33t
l33t

Reputation: 19937

Can Visual Studio 2017 RC auto-update to the official release?

If you install Visual Studio 2017 RC (or Visual Studio 2017 RC.2), will it then auto-update to the official release once it is available? Or will you have to uninstall it and then install the official version?

Upvotes: 10

Views: 2075

Answers (3)

MonkeyDreamzzz
MonkeyDreamzzz

Reputation: 4348

This worked for me:

Open Visual Studio 2017 RC -> Tools -> Extensions and Updates -> Updates -> Visual Studio Update

It will first update the updater (yes that is possible :)

After that you can update to the latest version of Visual Studio 2017

Upvotes: 6

jessehouwing
jessehouwing

Reputation: 114611

RTM/RTW is out now. It auto-updates as expected.

History:

There is no official statement. Barring any issues where the installer would not be able to update Visual Studio, I assume that Microsoft will try to update the RC to final when possible and when licensed accordingly.

In the past there have been installer bugs which required a clean slate to upgrade, I suspect that Microsoft is keeping silent on this subject as they currently cannot foresee whether they may have to break the auto-update before the final version is released.

Upvotes: 4

rlopes
rlopes

Reputation: 11

Open the installer of your vs 2017 RC. The installer will be updated, and then click Update on your version. Worked for me this way.

Upvotes: 1

Related Questions