当前位置:网站首页>Vs2022 offline installation package download and activation
Vs2022 offline installation package download and activation
2022-06-26 05:52:00 【self85】
First step :
Download from the official website
https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022
The second step :
Copy the downloaded file to D Under the plate , And create folders D:\vs2022;
The third step :
command cmd,DOS window , Use the following instructions , that will do
Windows No operation under dos You can refer to this article
link : see Visual Studio Community Workload and components ID | Microsoft Docs.
type
vs_Professional.exe --layout D:\vs2022 --lang en-US zh-CN
// Family bucket
or
vs_Professional.exe --layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US zh-CN
//.NET Web and .NET Desktop development and C++ Desktop development English plus Chinese
or
vs_Professional.exe --layout –add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US zh-CN
//.NET Desktop development and C++ Desktop development English plus Chinese
or 
vs_Professional.exe --layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --includeRecommended --lang en-US zh-CN
//.NET Desktop development English plus Chinese 
I tried the enterprise version temporarily , Close test effectively
Meaning of order :
1、vs_community__891427824.1534167097.exe: Downloaded in the previous step Visual Studio Bootstrap
2、–layout: Appoint VS2019 Download directory of related components , Set to... Under the current directory vs2019_layout Catalog .
3、–add: Add the workload to be downloaded , Added is NativeDesktop、ManagedDesktop
4、–includeRecommended: Install the recommended components for the relevant workload ( Another parameter --includeOptional The optional components in the selected workload will be downloaded , This will cause the downloaded installation package to be too large , Not recommended .)
5、–lang: Download the specified language pack , I downloaded English (en-US)、 chinese (zh-CN)
enter
The help viewer is a standalone workload , It also needs to be downloaded separately .
D:\vs2022\vs_Professional.exe --layout D:\vs2022 --add Microsoft.Component.HelpViewer --lang en-US zh-CN
link : Official tutorials creating offline installations - Visual Studio .
After downloading , Disconnect the network or copy it to another computer that is not connected to the network , Then go to the directory , double-click vs_setup.exe Installation

边栏推荐
- DOM文档
- Explore small program audio and video calls and interactive live broadcast from New Oriental live broadcast
- Machine learning 07: Interpretation of PCA and its sklearn source code
- Cyclic displacement
- Pre-Sale Analysis
- Kolla ansible deploy openstack Yoga version
- 类和对象的学习
- There are applications related to web network request API in MATLAB (under update)
- 写在父亲节前
- Navicat如何将当前连接信息复用另一台电脑
猜你喜欢
随机推荐
Cyclic displacement
[arm] build boa based embedded web server on nuc977
pytorch(环境、tensorboard、transforms、torchvision、dataloader)
【群内问题学期汇总】初学者的部分参考问题
操作符的优先级、结合性、是否控制求值顺序【详解】
How Navicat reuses the current connection information to another computer
pytorch(网络模型)
状态模式,身随心变
uniCloud云开发获取小程序用户openid
Written before father's Day
Prototype mode, Baa Baa
How to associate wechat applet QR code to realize two code aggregation
Daily production training report (16)
pytorch(网络模型训练)
Posting - don't get lost in the ocean of Technology
Yamaha robot splits visual strings
Class and object learning
Pytorch (network model)
使用Jenkins执行TestNg+Selenium+Jsoup自动化测试和生成ExtentReport测试报告
bingc(继承)









