Microsoft Asp.NET和Web工具2015.1(Beta8)-Visual Studio 2015:程序包失败. [英] Microsoft Asp.NET and Web Tools 2015.1 (Beta8) - Visual Studio 2015: Package failed.

查看:111
本文介绍了Microsoft Asp.NET和Web工具2015.1(Beta8)-Visual Studio 2015:程序包失败.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试从MSDN订户下载页面上的ISO从头开始安装Visual Studio Professional 2015 Update 1.

I've been trying to install Visual Studio Professional 2015 Update 1 from scratch, from the ISO on the MSDN Subscriber Downloads page.

安装完成后,我收到一条错误消息:

When setup completes I get an error message:

Microsoft Asp.NET和Web工具2015.1(Beta8)-Visual Studio 2015

打包失败.

有人可以帮助我诊断问题吗?

Could anyone help me diagnose the problem?

根据一些有关在论坛上发布与安装程序有关的问题的建议,我使用FCIV.exe对照下载页面上发布的校验和检查了我下载的ISO的校验和.  它们匹配.

Following some advise about posting installer-related questions to the forums, I used FCIV.exe to check the checksum of the ISO that I downloaded against the checksum published on the downloads page.  They match.

我还运行过

I've also run sfc /scannow

出现了以下消息:

Windows Resource Protection found corrupt files but was unable to fix some of them

但是,当我检查CBS.log时,我能看到的唯一问题似乎是在佳能打印机驱动程序中.

However, when I checked the CBS.log the only problem I could see appeared to be in a Canon printer driver.

我已阅读有关发布与安装程序有关的问题的其他建议,这些问题建议运行收集实用程序并将生成的安装日志CAB发布到OneDrive.   vslogs.zip的链接为: https ://onedrive.live.com/redir?resid = 105E642816E2570D!187& authkey =!AA1e_sBBp5LX7oo& ithint = file%2czip   请注意,此zip文件的大小约为116 MB.

I've read additional advise about posting installer-related questions that recommended running the Collect utility and posting the resulting CAB of installation logs to OneDrive.  The link to the vslogs.zip is: https://onedrive.live.com/redir?resid=105E642816E2570D!187&authkey=!AA1e_sBBp5LX7oo&ithint=file%2czip  Note that this zip file is about 116 MB in size. 

我正在运行Windows 8.1 Enterprise x64.

I'm running Windows 8.1 Enterprise x64.

在初始安装失败后,我尝试通过独立的安装程序DotNetVersionManager-x64.msi和WebToolsExtensionsVS14.msi安装ASP.NET和Web工具.   DotNetVersionManager-x64.msi安装成功,但出现相同的错误 当我运行WebToolsExtensionsVS14.msi时出现此消息.

After the initial installation failed I tried installing ASP.NET and Web Tools via the standalone installers, DotNetVersionManager-x64.msi and WebToolsExtensionsVS14.msi.  DotNetVersionManager-x64.msi installed ok but I got the same error message when I ran WebToolsExtensionsVS14.msi.

然后,我尝试从ISO更新Visual Studio 2015,删除了大多数可选组件,例如Xamarin和VC ++,然后再次尝试安装ASP.NET和Web工具.  再次收到相同的错误消息.

I then tried updating Visual Studio 2015 from the ISO, removing most of the optional components, like Xamarin and VC++, and trying again to install ASP.NET and Web Tools.  Once again I got the same error message.

在最近一次失败之后,我查看了错误对话框中提供的VS安装日志.  安装日志中的以下几行看起来可能与错误有关,但对于如何解决该问题我没有任何提示:

After this latest failure I looked in the VS installation log provided in the error dialog.  The following lines in the installation log look like they may relate to the error but don't give me any clue as to what I can do to remedy the problem:

任何帮助将不胜感激.

干杯
西蒙

推荐答案

西蒙

感谢您在MSDN论坛中发帖.

Thank you for posting in MSDN forum.

让我们看看错误消息:

0284:0760] [2016-01-22T10:41:51] i301:应用执行包:webtoolsextensionsvs_1040,操作: 安装路径:C:\ ProgramData \ Package Cache \ {F7BBF232-D4A1-3C5C-B131-69933F5F2D6B} v14.1.11106.0 \ packages \ WPT \ webtoolsextensionsvs14 . msi ,参数:"ARPSYSTEMCOMPONENT =" 1"; MSIFASTINSTALL ="7". SKIP_SETUP ="1"'
[0284:0760] [2016-01-22T10:42:05] e000:错误0x80070643: 无法安装MSI软件包

0284:0760][2016-01-22T10:41:51]i301: Applying execute package: webtoolsextensionsvs_1040, action: Install, path: C:\ProgramData\Package Cache\{F7BBF232-D4A1-3C5C-B131-69933F5F2D6B}v14.1.11106.0\packages\WPT\webtoolsextensionsvs14.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" SKIP_SETUP="1"'
[0284:0760][2016-01-22T10:42:05]e000: Error 0x80070643: Failed to install MSI package.

WPT \ webtoolsextensionsvs14.msi程序包丢失或损坏.

The WPT\webtoolsextensionsvs14.msi package is missing or corrupted.

我建议您从iso和and中找到这个错误的软件包,然后手动进行设置.

I suggest you find this mis package from the iso annd then manually do the setup.

或者您可以从下面的线程下载Microsoft ASP.NET和Web Tools 2015:

Or you could download Microsoft ASP.NET and Web Tools 2015 from the thread below:

https://www.microsoft.com/en-us/download/details .aspx?id = 48222

此外,您需要以管理员权限运行MSI软件包.

Besides, You need to run the MSI package with Administrator privileges.

或者,您也可以添加以管理员身份运行"通过更改注册表来在您的右键单击选项上添加选项. 链接

Alternatively you can also add the "Run As Administrator" option to your right click options by changing your registry. Link

最好的问候


这篇关于Microsoft Asp.NET和Web工具2015.1(Beta8)-Visual Studio 2015:程序包失败.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆