boot4life
boot4life

Reputation: 5324

Manually update Visual Studio 2017

Visual Studio 2017 version 15.4 was released but my VS instance does not offer the update yet. How can I manually trigger an update?

Upvotes: 17

Views: 30398

Answers (5)

davood riazi
davood riazi

Reputation: 31

Use the Visual Studio Installer 1-Open the installer. 2-In the installer, look for the edition of Visual Studio that you installed.

as shown in this picture

Upvotes: 1

HO LI Pin
HO LI Pin

Reputation: 1691

To update the core , let say from 15.4 > 15.9 , you need launch Visual Studio then Help > Check for updates

enter image description here

To add\remove\update other sub component , you will need to run the Visual Studio installer and pick the require option.

enter image description here

Upvotes: 2

Christian Boyer
Christian Boyer

Reputation: 48

Tools -> Extensions and Updates -> Updates

Upvotes: 2

user1228
user1228

Reputation:

Launch the visual studio installer (hit the windows key and type the name, you'll find it). It will then ask you to allow it to update itself, after which you will be offered the update.

enter image description here

Upvotes: 32

user1773603
user1773603

Reputation:

You can update it from Notifications Hub left side of Visual studio.

In Notification Hub/Pane click on "Visual Studio Update" is available.

Or You can also update it from Visual Studio Installer.

https://learn.microsoft.com/en-us/visualstudio/install/update-visual-studio

Upvotes: 8

Related Questions