当前位置:网站首页>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

边栏推荐
猜你喜欢
![[arm] add desktop application for buildreoot of rk3568 development board](/img/9a/28015cdea7362261c39ffc7f6e13a9.png)
[arm] add desktop application for buildreoot of rk3568 development board

类和对象的学习

小程序如何关联微信小程序二维码,实现二码聚合

Bubble sort

DOM文档

5 minutes to learn regular expressions

Learn cache lines and pseudo sharing of JVM slowly

组合模式、透明方式和安全方式

Consul service registration and discovery
Posting - don't get lost in the ocean of Technology
随机推荐
[PHP] PHP two-dimensional array is sorted by multiple fields
旧情书
最后一次飞翔
Class and object learning
tf.nn.top_k()
一段不离不弃的爱情
The difference between get and post in small interview questions
Last flight
Given two corresponding point sets AB, how to estimate the parameters of the specified transformation matrix R?
Posting - don't get lost in the ocean of Technology
劣币驱逐良币的思考
Pytorch (network model training)
ZigBee learning in simple terms lesson 3 external interruption
原型模式,咩咩乱叫
Win socket programming (Mengxin initial battle)
Learn cache lines and pseudo sharing of JVM slowly
[MySQL] MySQL million level data paging query method and its optimization
Day2- syntax basis and variables
The news of thunderbolt
Day3 - variables and operators