How to upgrade from VS 2017 to 2019?

InstallationVisual Studio-2017UpgradeVisual Studio-2019Vsinstaller

Installation Problem Overview


VS 2019 is RTM, and I was wondering what's the proper way to upgrade from VS 2017, is there a dedicated 'upgrade' method, or is it uninstall and install? Maybe install and uninstall?
What's the right way to do it without having to uninstall and reinstall same stuff for nothing?

Installation Solutions


Solution 1 - Installation

We cannot directly upgrade VS 2017 to VS 2019. They are compatible and work side by side though (like the following). Please download and install VS 2019 from https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes enter image description here

Solution 2 - Installation

On Visual Studio Installer, You will see two tabs : Installed and Available. On Installed Tab, Visual Studio Community 2017, Click on More Drop-down, Choose Uninstall. Reboot is recommended before you begin with Installing Visual Studio Community 2019 from Available Tab.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionShimmy WeitzhandlerView Question on Stackoverflow
Solution 1 - InstallationSara Liu - MSFTView Answer on Stackoverflow
Solution 2 - InstallationssthakurView Answer on Stackoverflow