【发布时间】:2017-03-09 19:48:57
【问题描述】:
我正在使用以下命令为 Visual Studio 2017 Professional 创建离线安装程序:
vs_professional.exe --layout c:\vs2017\ --lang en-US
它会启动初始窗口,但会在几分钟内完成而无需下载任何内容。它创建文件夹,但只有证书在文件夹中。
查看 temp 目录下的安装文件,我在 dd_vs_professional_decompression_log 中找到了以下几行:
[3/9/2017, 13:18:56] The entire Box execution exiting with result code: 0x0
[3/9/2017, 13:18:56] Launched extracted application exiting with result code: 0x57
这在 dd_bootstrapper 日志中
VisualStudio Bootstrapper:3/9/2017 1:26:14 PM: Unable to parse the json file since it not exists: 0
VisualStudio Bootstrapper:3/9/2017 1:18:46 PM: Waiting for setup process to complete...
VisualStudio Bootstrapper:3/9/2017 1:18:46 PM: Vs setup process exited with code 87
VisualStudio Bootstrapper:3/9/2017 1:18:55 PM: Bootstrapper Successfully completed.
安装程序似乎从不显示下载各个组件的命令窗口。
【问题讨论】:
-
我收到了相同的错误消息,但它似乎与指定应包含可选和/或推荐的组件有关。见developercommunity.visualstudio.com/content/problem/40055/…
标签: visual-studio visual-studio-2017 failed-installation