Reputation: 473
Good morning, I have installed in my PC (Windows 10) Visual Studio 2015.3 and Visual Studio 2017 RC, both of them with a lot of things installed on. Now, that Visual Studio 2017 is finally out, I want to have only and don't have Visual Studio 2017 RC or the "old" Visual Studio 2015. I search over internet and I find how to have an off-line installation of Visual Studio 2017. Now I don't know which is the best solution between:
Or other...is there someone that have a simil issue?
Thanks
Upvotes: 6
Views: 46518
Reputation: 3674
VS 2015:
You don't have to uninstall VS 2015, and if you want to uninstall it, you can do it later, because it is completely independent from VS 2017.
VS 2017 RC:
Additionally to the update, of course it is possible to do a fresh install.
This is what I would do at least for my main development system.
Updates can be more error-prone than new installations (Consider this for example):
Can't update Visual Studio 2017 RC
If you prefer a fresh install I would take your sequence 1 (but let VS 2015, at least until VS 2017 was successful installed).
Edit: Just install the current version of Resharper instead of using old versions. Resharper for VS 2017 was not released the same day as VS 2017 itself, but some weeks later.
Upvotes: 8
Reputation: 108975
First: versions of Visual Studio work side by side, they do not upgrade. If you wish to remove VS2015 then you need to uninstall it.
Second: if you start up your VS2017 RC it will prompt you to update. The updater will upgrade from RC to RTM.
Upvotes: 3