Visual Studio安装组件

Visual Studio安装组件

问题描述:

美好的一天.我是尼日利亚的Ikemefuna.请问我是C#的新手,我需要Visual Studio来简化我的工作.不幸的是,我负担不起数以千计的数据订阅,因此我可以安装Visual Studio.这里的互联网订阅非常离谱. 我想知道是否有人可以给我安装ZIP(或任何其他格式)的Visual Studio组件,所以我不必连接到互联网即可安装它们.

Good day. This is Ikemefuna from Nigeria. Please i am new to C#, and i need visual studio to ease things out for me. Unfortnately, i can't afford thousands for data subscription so i could install visual studio. Internet subscription here is very outrageous. I was wondering if there is an installed visual studio components in ZIP (or any other format) anybody could give me so i won't have to connect to internet to install them.

请帮助我!

Please help me!

Ikemefuna,

Hi Ikemefuna,

感谢您在MSDN论坛中发帖.

Thank you for posting in MSDN forum.

>> 如果已安装ZIP(或其他任何格式)的Visual Studio组件,任何人都可以给我,这样我就不必连接到互联网即可安装它们.

您想对VS进行脱机安装吗?

You want to do an offline installation of VS right?

因此,我建议您使用/layout 选项进行工具的脱机安装.它允许您将全套文件下载到本地文件夹,并且此文件夹包含用于脱机安装的所有必需文件.

So I suggest you use the /layout option for the tools offline installation. It allows you to download the full set of files to a local folder, and this folder has all the necessary files for offline installation.

在其他PC上,您可以尝试以下步骤:
1.在命令提示符处运行以下命令:

On other PCs, you could try the following steps:
1.Run the following command at a command prompt:

例如,Visual Studio 2015 Community Update 3免费供所有人使用,

For example, the Visual Studio 2015 Community With Update 3 is free for everyone to use,

这是官方下载链接:

https://www.visualstudio.com/downloads/

您可以下载Web安装程序并运行/layout命令:

You could download the web installer and run /layout command:

此命令将下载所有软件包以进行安装.
2.运行命令后,系统将提示您输入下载位置.输入位置,然后选择下载.

This command downloads all the packages for the installation.
2.After you run the command, you should be prompted for the download location. Enter the location, and then choose Download.

3.程序包下载成功后,在您指定的文件位置中,找到可执行文件和程序包文件夹.这就是您复制到共享位置或安装媒体所需要的一切.

3.When the package download is successful, In the file location that you specified, find the executable file and the package folder. This is everything you need to copy to a shared location or install media.

您现在可以从文件位置或安装媒体运行安装.

You can now run the installation from the file location or the install media.

参考:

http://*.com/questions/30070584/how-to -install-vs2015-community-edition-offline

最好的问候,