...
Download the Visual Studio bootstrapper to create the layout
Visual Studio 2022 Community |
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 | ||
---|---|---|
| ||
>mkdir CD:\VSLayout |
Create layout with the bootstrap tool
Code Block | ||
---|---|---|
| ||
>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.
...