uninstalling Visual studio 2017 enterprise and installing VS 2017 community - visual-studio

I would like uninstall visual studio 2017 enterprise from my window surface pro. after that i would like to install visual studio 2017 community. just wanted to ask the following,
is it going to be just uninstall the current version of vs from programmes and installing the new version.
is there any potential issue i need to be aware off?
thanks

Please, read the documentation:
Microsoft Docs | Install Visual Studio 2017
Microsoft Docs | Uninstall Visual Studio 2017
is it going to be just uninstall the current version of vs from
programmes and installing the new version.
Yes, uninstall Enterprise Edition and install Community. Or do it vice-verse.
BTW, you should run Visual Studio Installer, not Programs and Features to manage your VS2017 installations.

As far as I know, you do not need to uninstall the VS enterprise 2017 in your scenario. For VS 2017, we can keep different versions on the same computer. Please check this: https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes#whats-new-in-visual-studio-2017 and find the following information:
Installation Nickname
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". For example, if you were to install Visual Studio Enterprise, and then install Community, both would appear the same on the start menu. You can give the second one a nickname like "community", and the start menu items will appear with names such as "Visual Studio 2017 (community)" and "Developer Command Prompt for Visual Studio 2017 (community)".

Related

How to upgrade from VS 2017 to 2019?

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?
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://learn.microsoft.com/en-us/visualstudio/releases/2019/release-notes
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.

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

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?
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".
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.
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).

Change License Type on Visual Studio 2015 Community Edition

We have installed Visual Studio 2015 Community Edition on several Computer on my company. And now , as we are going to work on closed-source projects :
is it possible to switch to standard professional license (just like if we did install the professionnal edition) ?
or do we have to reinstall the VS 2015 professional edition on all the computers !
In short, is it possible to switch without reinstall all my 10 PC ?
Best regards.
It is not possible to just enter the VS Professional license key, but you don't have to necessarily uninstall the Community version.
However, you will have to run the VS Professional installer that will upgrade the Community version to the Professional one. This is also suggested here [1].
You will find here [2] an answer to a similar question, stating that although running the installer will upgrade the existing Community edition, uninstalling and reinstalling is recommended.
[1] https://social.msdn.microsoft.com/Forums/vstudio/en-US/6202c332-bf73-4073-8ee6-70a3c5402467/upgrading-from-community-to-professional-seems-impossible-how?forum=vssetup
[2] Can Visual Studio Community 2015 be easily updated to Visual Studio Professional 2015

Can't install Visual Studio Community Edition 2013

I can't install the Community Edition 2013 of Visual Studio. I always get the following error message:
Visual Studio Professional 2013 is currently installed on this machine.
Please uninstall Visual Studio Professional 2013 and retry.
The problem here is that I never installed Visual Studio Professional 2013. I installed Visual Studio Express 2013 and I uninstalled it because it didn't want to start up.
So why is it telling me such nonsense? Even when I search for Visual Studio I can't find anything on my computer.
How can I install the Community Edition?
Check registry for this key "SOFTWARE\Microsoft\DevDiv\vs\Servicing\12.0\professional". If present remove it.
Then install Community Edition.
Also check registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\DevDiv\vs\Servicing\12.0
Or when in doubt, delete everything! I found that deleting the DevDiv folder in the registry fixed the solution.

Visual Studio 2013 and Windows Phone

I have installed Visual Studio 2013 Pro and then I wanted to install Windows Phone 8 SDK. But it installed Express Edition of VS 2012. Now if I delete VS 2013, what happens with my VS 2012? Can I delete it, because I don't have enough memory for it? Can you help me, please!
They are independent, you can uninstal one without influencing the other.
You can install this version of Visual Studio on a computer that already has an earlier version installed.
but
If you uninstall a version of Visual Studio on a computer that has more than one version installed, the file associations for Visual Studio are removed for all versions.
More information : http://msdn.microsoft.com/en-us/library/ms246609.aspx

Resources