Versions Compared

Key

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

...

See https://learn.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022#export-a-configuration for more details on how to export .vsconfig file from your existing VS Community installation.

Create network installation of Visual Studio

See https://learn.microsoft.com/en-us/visualstudio/install/create-a-network-installation-of-visual-studio?view=vs-2022 for more detailed description of the process.

Download the Visual Studio bootstrapper to create the layout

Visual Studio 2022 Community

vs_community.exe

...

Code Block
languagepowershell
>dir C:\vs_bootstrap
28/11/2023  11:35    <DIR>          .
28/11/2023  11:35    <DIR>          ..
28/11/2023  10:19             5,062 .vsconfig
28/11/2023  11:14         3,952,960 vs_Community.exe

Prepare directory to store VS installation layout

Code Block
languagepowershell
>mkdir D:\VSLayout

Create layout with the bootstrap tool

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

...