由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Visual Studio 2017没有iso文件
相关主题
exe file compild by C++ cannot be run by another computerVISUAL STUDIO 2005 输出窗口(output) 怎么找不到?
How can I find if sp1 is installed for my visual studio 200visual studio 2005怎么code profiling?
C++和C#一起学可行吗问个DLL调用问题
windows 7 下面大家都用什么C编程软件?A Version problem of Visual Studio
如何用Facebook Ads来推广自己的app请问 哪里有下microsoft visual studio 2005啊?
Unable to build WeChat API's Sample with Android Studio (转载)一个WinXP下的qt3小问题
visual studio 2005安装问题Microsoft Visual Studio Expression edition 是万全free的吗?
free Sun Java(tm) Studio Creator to download如何让visual studio缺省以\n结束,而不是以\r\n结束
相关话题的讨论汇总
话题: offline话题: visual话题: studio话题: layout话题: installer
进入Programming版参与讨论
1 (共1页)
d******a
发帖数: 32122
1
微软专门有网页讲解如何自己定制离线安装文件,一堆命令行
又是三哥的创新?
Create an offline installer for Visual Studio 2017
3/7/2017 4 min to read Contributors Terry G. Lee Terry G. Lee Huy-Nguyen-
MSFT Tim Sneath Gordon Hogenson all
We understand that a lot of customers want an offline installer for Visual
Studio 2017. Even though we don't offer an ISO image, it's easy to create a
folder that you can use to install when offline.3
Here's how.
Download the setup file you want
Download the edition of Visual Studio that you want. Make sure to click Save
, and then click Open folder.
Your setup file—or to be more specific, a bootstrapper file—will match one
of the following.1
Edition File
Visual Studio Enterprise vs_enterprise.exe
Visual Studio Professional vs_professional.exe
Visual Studio Community vs_community.exe
Create an offline installation folder
To create an offline installation with all languages and all features, use
one of the commands from the following examples.2
(Make sure that you run the command from your Download directory. Typically,
that's C:UsersDownloads on a computer that is running Windows 10).
For Visual Studio Enterprise, run:
vs_enterprise.exe --layout c:vs2017offline
For Visual Studio Professional, run:
vs_professional.exe --layout c:vs2017offline
For Visual Studio Community, run:
vs_community.exe --layout c:vs2017offline
3
For more examples, see the How to customize your offline installer section
on this page.1
Install from the offline installation folder
Run your offline installation now or later; the choice is yours to make. But
when you do, follow these steps.
Install the certificates (They are in the Certificates folder, which is in
your Layout folder. Simply right-click each one to install it.)
Run the installation file. For example, run:
c:vs2017offlinevs_enterprise.exe
2
Additional tips for offline installers
It's easy to customize or update your offline installer; we'll show you how.
And if something goes wrong with your offline installer, we've got
troubleshooting and support information for you, too.
How to customize your offline installer
There are many options you can use to customize your offline installer. Here
are a few examples of how to customize it by language locale.
To download all workloads and components for only one language, run:
vs_enterprise.exe --layout C:vs2017offline --lang en-US
To download all workloads and components for multiple languages, run:
vs_enterprise.exe --layout C:vs2017offline --lang en-US de-DE ja-JP
To download one workload for all languages, run
vs_enterprise.exe --layout C:vs2017offline --add Microsoft.VisualStudio.
Workload.Azure
To download two workloads and one optional component for three languages,
run:
vs_enterprise.exe --layout C:vs2017offline --add Microsoft.VisualStudio.
Workload.Azure Microsoft.VisualStudio.Workload.ManagedDesktop Component.
GitHub.VisualStudio --lang en-US de-DE ja-JP To learn more about the options
you can use to customize your installation, see our Use command-line
parameters to install Visual Studio 2017 page.
3
How to update an offline installer
You might want to update your offline installer at a later date. Here's how.
To update a Visual Studio instance that you installed from an offline
installation folder, run the Visual Studio Installer, and then click Update.
To refresh your offline installation folder so that it includes the latest
updates, run the --layout command again. Make sure to point to the same
folder that you used before; this way, only those components that have been
updated since you last ran --layout will be downloaded.
If you want to update your offline installation, run the --layout command
again. Make sure to point to the same folder that you used before; this way,
only those components that have been updated since you last ran --layout
will be downloaded.
How to troubleshoot an offline installer
Sometimes, things go wrong. Here is a table of known issues and some
workarounds that might help.
Issue Item Solution
You receive a warning message about not being able to install some
components and packages. Android SDK Setup (API Level) If you want to
include Android SDK (API Level) packages, you must have an internet
connection when you create your offline installer. If you are on a
restricted network, you must allow access to the following URLs:
- http://dl.google.com:443
- http://dl-ssl.google.com:443
- https://dl-ssl.google.com/android/repository/*
For more information about how to resolve possible issues with proxy
settings, see the Visual Studio install failures (Android SDK Setup) behind
a Proxy blog post.
Users do not have access to files. permissions (ACLs) Make sure that
you adjust the permissions (ACLs) so that they grant Read access to other
users before you share the offline install.
New workloads, components, or languages fail to install. --layout Make
sure you have internet access if you install from a partial layout and
select workloads, components, or languages that are not available in the
earlier layout.
How to get support for your offline installer
If you experience a problem with your offline installation, we want to know
about it. The best way to tell us is by using the Report a Problem tool.
When you use this tool, you can send us the telemetry and logs we need to
help us diagnose and fix the problem.
We have other support options available, too. For a list of those, see our
Talk to us page.
x****u
发帖数: 44466
2
本来iso也没用,vs2015天天升级,实际上东西都是下载的

Nguyen-
a

【在 d******a 的大作中提到】
: 微软专门有网页讲解如何自己定制离线安装文件,一堆命令行
: 又是三哥的创新?
: Create an offline installer for Visual Studio 2017
: 3/7/2017 4 min to read Contributors Terry G. Lee Terry G. Lee Huy-Nguyen-
: MSFT Tim Sneath Gordon Hogenson all
: We understand that a lot of customers want an offline installer for Visual
: Studio 2017. Even though we don't offer an ISO image, it's easy to create a
: folder that you can use to install when offline.3
: Here's how.
: Download the setup file you want

1 (共1页)
进入Programming版参与讨论
相关主题
如何让visual studio缺省以\n结束,而不是以\r\n结束如何用Facebook Ads来推广自己的app
请问visual studio里怎么能自动加一个文件到project里?Unable to build WeChat API's Sample with Android Studio (转载)
visual studio版本visual studio 2005安装问题
Visual Studio Express是免费的么?free Sun Java(tm) Studio Creator to download
exe file compild by C++ cannot be run by another computerVISUAL STUDIO 2005 输出窗口(output) 怎么找不到?
How can I find if sp1 is installed for my visual studio 200visual studio 2005怎么code profiling?
C++和C#一起学可行吗问个DLL调用问题
windows 7 下面大家都用什么C编程软件?A Version problem of Visual Studio
相关话题的讨论汇总
话题: offline话题: visual话题: studio话题: layout话题: installer