积极答复者
VS2015 卸载后再次安装出现问题

问题
答案
-
谢谢,我已经解决了。还是注册表的问题,我已经异常注册表项重新添加权限。
- 已建议为答案 Jack Zhai-MSFTMicrosoft contingent staff, Moderator 2016年7月8日 9:22
- 已标记为答案 Jack Zhai-MSFTMicrosoft contingent staff, Moderator 2016年7月13日 17:41
全部回复
-
这个错误我之前也有遇到过,不过有很多的可能性,比如:
(1)和temp文件有关:清理%temp% 文件夹,然后重启VS试试。
(2)和当前的系统用户有关,你可以添加一个新的管理员账号,重新安装试试。
(3)也有可能是安装的文件卸载出问题,可能需要用命令行强制“/uninstall/force”卸载,然后重新安装。
当然,为了真正的分析这个问题,可能需要你收集一下安装错误,这样我们才能更好的分析错误信息,找到主要原因。
你可以使用 http://aka.ms/vscollect 收集安装日志,双击运行以后,会在临时文件夹%temp%中找到vslogs.cab文件。你可以把日志文件上传到https://skydrive.live.com/,然后把链接地址贴到你的回复中。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
>>[2E00:2E08][2016-07-04T13:58:18]i000: MUX: ExecuteError: Package (vs_minshellinterop) failed: Error Message Id: 1402 ErrorMessage: Could not open key: UNKNOWN\Components\9E27A251AE2D49D4FADCCD63E645A799\C5FEE661699FE093196FDDD6DF00E8B9. Verify that you have sufficient access to that key, or contact your support personnel.
[241C:2428][2016-07-04T13:58:20]e000: Error 0x80070643: Failed to install MSI package.
[241C:2428][2016-07-04T13:58:20]e000: Error 0x80070643: Failed to execute MSI package.
[2E00:2E08][2016-07-04T13:58:20]e000: Error 0x80070643: Failed to configure per-machine MSI package.应该是安装出问题造成的这个错误。我建议你卸载重新安装,比如说你有安装文件vs_community.exe 保存在C:\Downloads 下,你可以执行命令行:
a). cd C:\Downloads
b). vs_community.exe /Uninstall /Force
当安装窗口打开之后,不要改变安装选项,使用默认的选项,安装VS试试。
类似于这个问题:
当然,最新的VS2015有更新包update3的,所以你也可以安装最新的版本。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
谢谢,我已经解决了。还是注册表的问题,我已经异常注册表项重新添加权限。
- 已建议为答案 Jack Zhai-MSFTMicrosoft contingent staff, Moderator 2016年7月8日 9:22
- 已标记为答案 Jack Zhai-MSFTMicrosoft contingent staff, Moderator 2016年7月13日 17:41