【发布时间】:2016-11-03 04:37:13
【问题描述】:
最近,随着 Visual Studio 2015 Update 3 和 .NET Core RTM 的发布,我决定卸载之前安装的 Visual Studio 2015 Update 2 并重新安装 Update 3。所以我完全卸载了 Visual Studio 并重新启动我的电脑。
现在我决定从控制面板卸载Microsoft .NET Core 1.0 RC2 VS 2015 Tooling Preview 1。它给了我几次以下错误然后失败:
The specified account already exists.
这是错误代码:
0x80070643 - 安装过程中出现致命错误
在日志文件中,这些行重复了几次:
[1760:1CA0][2016-07-01T02:30:32]i301: Applying execute package: WebToolsExtensionsVS14, action: Uninstall, path: (null), arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" SKIP_SETUP="1"'
[1760:1CA0][2016-07-01T02:30:39]e000: Error 0x80070643: Failed to uninstall MSI package.
[1760:1CA0][2016-07-01T02:30:39]e000: Error 0x80070643: Failed to execute MSI package.
[247C:2490][2016-07-01T02:30:39]e000: Error 0x80070643: Failed to configure per-machine MSI package.
[247C:2490][2016-07-01T02:30:39]w348: Application requested retry of package: WebToolsExtensionsVS14, encountered error: 0x80070643. Retrying...
【问题讨论】:
-
如果有修复选项,请尝试。然后卸载。
-
修复给出了关于“指定帐户已存在”的相同错误。
标签: visual-studio-2015 .net-core-rc2