Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the Visual Studio bootstrapper to create the layout

Visual Studio 2022 Community

vs_community.exe

See https://learn.microsoft.com/en-us/visualstudio/install/create-a-network-installation-of-visual-studio?view=vs-2022#download-the-visual-studio-bootstrapper-to-create-the-layout chapter Download the Visual Studio bootstrapper to create the layout for latest links.

...

Code Block
languagepowershell
>mkdir CD:\VSLayout

Create layout with the bootstrap tool

Code Block
languagepowershell
>cd vs_bootstrap
>vs_Community.exe --layout d:\vs_native --config .vsconfig

Command will open new installer window:

...

and will continue with VS Community component download. Please note that d:\vs_native will be populated with around 40 GB of data. Downloading process will take at least 15 minutes.

...