Production Visual Studio 2017 (VS 2017) Offline installation package (rpm)

The history of the most powerful Visual Studio 2017 release, but due to the faster version updates and reason with third-party tools integrated package, Microsoft R & D team did not provide offline downloaded installation file for this version. If the user is isolated from the external network a network environment, you must first create over the installation package itself. In reference to the following Microsoft's official documentation ( the Create AN Offline Installation of Visual Studio 2017 ... ) on the basis of how to create an offline package.

Download installation tool

Users can different ways from ( https://www.visualstudio.com Microsoft's official website to download the offline installation package), and saves it to the following table:

version file
Visual Studio Enterprise (Enterprise Edition) vs_enterprise.exe
Visual Studio Professional (Professional Edition) vs_professional.exe
Visual Studio Community (Community Edition, free) vs_community.exe

Installation file is very small, about 1MB. You can also download files from the MSDN subscription, for example,

mu_visual_studio_enterprise_2017_x86_x64_10049783.exe

Download the installation files offline

Installation tool configuration parameter file by running the command line window, download all files in Visual Studio installation process required. Note that the front horizontal half-width parameter is two.

Here are some common download parameters:

parameter value
--layout Download path setup file, for example: C: \ DataDanZhang \ vs2017 \ offline-en-chs
--lang Language Pack. For example, requires a Chinese version, the input parameters: - -lang cn-ZH

The following table is all optional languages:

Language Encoding Language
cs-CZ Czech
de-DE German
en-US English English
en- Spanish
fr-FR French
it-IT Italian
ja-JP Japanese
Co-Sl Korean
pl-PL Polish
pt-BR Portuguese - Brazil
ru-RU Russian
tr-TR Turkish
zh-CN Chinese - Simplified Chinese Simplified
zh-TW Chinese - Traditional
 

For us, we are more concerned about the Simplified Chinese and English, here is an example I downloaded Chinese and English

C:\DataDanZhang\vs2017>mu_visual_studio_enterprise_2017_x86_x64_10049783.exe --layout C:\DataDanZhang\vs2017\offline-en-chs --lang en-US zh-CN

Each person's computer environment is different, you can download VS1027 to run according to their own situation, I was put vs2017_enterprise__1099915047.1529895847.exe downloaded to the Tools directory of my E drive, so use the following command:

E:\tools\vs2017_enterprise__1099915047.1529895847.exe  --layout E:\vs2017\offline-en-chs --lang en-US zh-CN

Note that if you do not select any parameters, it will download the installation package of all languages, you might need to take up disk 24GB.

image

Figure 1 - Command Line

image

Figure 2 - initialization download

image

Figure 3 - started downloading

Make ISO image file

You can download a free online tool ISO file, for example http://www.freeisocreator.com/ , the downloaded files are packaged in an ISO file.

image

Figure 4 – Free ISO Creator

(To get)

 

 

Source: https: //www.cnblogs.com/danzhang/p/6534341.html

Guess you like

Origin www.cnblogs.com/xihong2014/p/11839682.html