vs_community.exe --layout D:\VS2022_Offline --lang en-US de-DE fr-FR
If you need to install Visual Studio 2022 on machines without reliable internet, use the offline installation layout. This creates a complete local installer you can run on disconnected PCs.
For a team that uses English, Chinese, and Spanish:
vs_enterprise.exe --layout E:\VS2022_Offline --lang en-US zh-CN es-ES
Add --lang to include specific languages:
--lang en-US de-DE fr-FR ja-JP zh-CN
English (en-US) is included by default.