Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install specific version of Visual Studio 2022

I want to install a specific version of Visual Studio, but don't know how, specifically version 17.0. All my search result is just release notes, can't install. How to do that?
Thanks

like image 789
Freshman Avatar asked Sep 06 '25 03:09

Freshman


1 Answers

You want to install Visual Studio 2022 version 17.8 ?

After downloading visualstudiosetup.exe go to command line and enter:

visualstudiosetup.exe --channelUri https://aka.ms/vs/17/release.LTSC.17.8/channel

Make selections and let install

like image 90
Jodie Avatar answered Sep 10 '25 02:09

Jodie