Download the installation files of Visual Studio 2017 on a computer connected to the Internet, then you can move those files somewhere and perform a installation.


Steps

  1. Download Visual Studio bootstrapper from Microsoft.

  2. For Visual Studio Enterprise, run the command below. If you need English version, just replace zh-CN with en-US.

    1
    
    D:\vs_Enterprise.exe –layout D:\VisualStudio2017 –add Microsoft.VisualStudio.Workload.ManagedDesktop -add Microsoft.VisualStudio.Workload.VisualStudioExtension –lang zh-CN

  3. After downloading, all files are placed at D:\VisualStudio2017, just copy the folder to another computer.

  4. Run vs_setup.exe in the installation folder.

  5. How to verify:
    Open Visual Studio 2017, on the File Menu, click New then click New Project.
    Choose Visual C#/Extensibility in the left pane, and then create a VSIX Project.

Comments