Visual Studio 2017 (VS 2017) offline installation package creation method, studio2017
Visual Studio 2017, the most powerful in history, was released. However, due to faster version updates and integration with third-party toolkit, Microsoft's R & D team did not provide offline download installation files for this version. If you are in a network isolated from the Internet, you must first create the desired installation package. See the official Microsoft documentation (Create an offline installation of Visual Studio 2017 ...) This section describes how to create an offline package.
Download and install the tool
Users can download the offline installation package from the (https://www.visualstudio.com) official website in different ways, and save it to local, as shown in the following table:
The Installation File is very small, about 1 MB. You can also download files from the MSDN subscription, such
Mu_visual_studio_enterprise_2017_x86_x64_10049783.exe
Download offline installation files
By configuring parameters in the command line window to run the Installation Tool file, download all the files required during Visual Studio installation. Note that the front of the parameter is two half-width horizontal lines.
The following describes common download parameters:
The following table lists all optional languages:
For us, we are concerned about Simplified Chinese and English. Below is an example of downloading Chinese and English.
C: \ DataDanZhang \ vs2017> mu_visual_studio_enterprise_2017_x86_x64_10049783.exe -- l
Ayout C: \ DataDanZhang \ vs2017 \ offline-en-chs -- lang en-US zh-CN
Note: If you do not select any parameter, the installation package in all languages will be downloaded, which may occupy 24 GB of disk space.
Figure 1-Command Line
Figure 2-Initialize the download program
Figure 3-Start download
Create an ISO Image File
You can download a free ISO file tool from the Internet, such as http://www.freeisocreator.com/, and pack all downloaded files into an ISO file.
Figure 4-Free ISO Creator
(Done)
Http://www.cnblogs.com/danzhang/ alm mvp Zhang hongjun
The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.