Can you upgrade Visual Studio 2015/2017 from Professional to Enterprise?
Asked Answered
K

3

16

If Visual Studio 2015 (and 2017) are installed from MSDN using a Visual Studio Professional ISO, can it later be upgraded to Enterprise using a new license key? ...or does it require a complete uninstall/reinstall of Visual Studio?

Kaycekaycee answered 7/4, 2017 at 13:59 Comment(2)
no, it will not replace existing one so you need to remove pro after having install enterprise.Osteen
Hi SofaKng, does your issue is solved or not? If not, you can update your current issue.Calisaya
C
14

You need to install the enterprise version to obtain it, and VS cannot change the version through the type of your license key and the VS version depends on your installation.

For VS 2015, we can only keep one version on the computer. If you already installed the VS professional 2015, as far as I know, you can directly install run the VS enterprise 2015 installer to install it. After the installation is complete and successful, the professional is auto removed or replaced by the higher enterprise version. You can also try to use the forcibly uninstall command like: vs_professional.exe /uninstall /force to uninstall the professional version.

For VS 2017, please check the VS 2017 Release Notes and it describes Visual Studio Enterprise and Community (among other products) can now be installed side-by-side on the same computer. To make identifying these installations simpler, you can specify a short name or "nickname".

Calisaya answered 10/4, 2017 at 5:42 Comment(1)
I can confirm your second paragraph as I just ran the VS 2015 Enterprise installer with VS 2015 Professional already installed. It upgraded the installation in place and only took a minute or two.Dissolve
L
8

Visual Studio 2015 Enterprise installer should tell you whether you need to uninstall Professional.

Visual Studio 2017 no longer has that restriction, and you can install both Professional and Enterprise side by side.

Leishmaniasis answered 7/4, 2017 at 14:20 Comment(0)
S
0

If you have VS Installer you can easily change versions. Although you need to uninstall the version you have, you can use the same Installer you ran for uninstallation (i.e. VSPro) to Download & install new version (i.e. Enterprise).

Soliz answered 14/5, 2019 at 12:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.