【发布时间】:2016-08-10 11:13:21
【问题描述】:
我在更新我的开发机器以使用最新的 Visual Studio 工具来支持我的开发时遇到了困难。
我做了以下(VS2015 表示 Visual Studio 2015 社区版):
卸载我以前版本的 VS2015 Update 1。我应该提到我已经安装了各种东西,例如 AspNet5.ENU.RC1_Update1_KB3137909.exe 和 VWDOrVs2015AzurePack.exe(用于 Azure 的 VS 工具)。
重启
-
使用此文件 vs_community__55e913f53149d443afc7d14b09172fd9.exe 安装 VS2015。这以诸如
之类的小错误结束[0EE0:0E48][2016-08-10T11:42:51]i301:应用执行包:MobileServicesConnectedServices_VS,操作:安装,路径:C:\ProgramData\Package Cache{A4495E4F-5218-48FB-8AD2-F3076011B9E1 }v14.0.23107\packages\MobileServicesConnectedServices\MobileServicesConnectedServices_VisualStudio14.msi,参数:' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" NOVSUI="1"' [16DC:16E0][2016-08-10T11:42:58]i000: MUX:ExecuteError:包 (MobileServicesConnectedServices_VS) 失败:错误消息 ID:1722 错误消息:此 Windows 安装程序包有问题。作为设置的一部分运行的程序未按预期完成。请联系您的支持人员或软件包供应商。
[0EE0:0E48][2016-08-10T11:42:58]e000:错误 0x80070643:无法安装 MSI 包。
和
[0EE0:0E48][2016-08-10T11:42:45]i301: Applying execute package: AuthenticationConnectedServices_VS, action: Install, path: C:\ProgramData\Package Cache\{3FEAC561-1CF6-41D6-B0F3-BECDD9C88A1B}v14.0.23107\packages\AuthenticationConnectedServices\AuthenticationConnectedServices_VisualStudio14.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" NOVSUI="1"' [16DC:16E0][2016-08-10T11:42:50]i000: MUX: ExecuteError: Package (AuthenticationConnectedServices_VS) failed: Error Message Id: 1722 ErrorMessage: There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.
[0EE0:0E48][2016-08-10T11:42:51]e000: Error 0x80070643: Failed to install MSI package.
- 重启
现在,如果我尝试从名为 DotNetCore.1.0.0-VS2015Tools.Preview2.exe 的文件安装 VS2015 Tools Preview,我会收到以下错误:
Setup has detected that Visual Studio 2015 Update 3 may not be completely installed. Please repair Visual Studio 2015 Update 3, then install this product again.
当我打开日志文件时,我看到:
[1B14:1A6C][2016-08-10T12:58:43]e000: Error 0x81f40001: Bundle condition evaluated to false: WixBundleInstalled OR NOT(((VS2015CommunityUpdateVersion <> VS2015UpdateVersion) AND (VS2015CommunityExists) AND (VS2015UpdateVersionExists)) OR ((VS2015ProfessionalUpdateVersion <> VS2015UpdateVersion) AND (VS2015ProfessionalExists) AND (VS2015UpdateVersionExists)) OR ((VS2015EnterpriseUpdateVersion <> VS2015UpdateVersion) AND (VS2015EnterpriseExists) AND (VS2015UpdateVersionExists)) OR ((VS2015WebExpressUpdateVersion <> VS2015UpdateVersion) AND (VS2015WebExpressExists) AND (VS2015UpdateVersionExists))) OR (SKIP_VSU_CHECK=1) OR (WixBundleAction=2)
我现在尝试使用全新的 Windows 10 安装从头开始安装,以避免与早期安装的副作用相关的问题。
我很想知道可能导致这些问题的原因,并找出我是否做错了什么。
编辑 2016-08-10:我现在已经验证在新安装的 Windows 10 上会出现同样的错误。
【问题讨论】:
标签: asp.net-core .net-core visual-studio-2015