Offline Installation of Visual Studio 2017 With VSSDK
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
Download
Visual Studio bootstrapper
from Microsoft.For
Visual Studio Enterprise
, run the command below. If you need English version, just replacezh-CN
withen-US
.
1
D:\vs_Enterprise.exe –layout D:\VisualStudio2017 –add Microsoft.VisualStudio.Workload.ManagedDesktop -add Microsoft.VisualStudio.Workload.VisualStudioExtension –lang zh-CN
After downloading, all files are placed at
D:\VisualStudio2017
, just copy the folder to another computer.Run
vs_setup.exe
in the installation folder.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.