VS2015 Enterprise Update 3 Win10安装问题 [英] VS2015 Enterprise Update 3 install issue with Win10

查看:253
本文介绍了VS2015 Enterprise Update 3 Win10安装问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试在新的Win 10机器上安装带有更新3的VS2015时出现以下错误

I am getting the below error while trying to install VS2015 with update 3 on my new Win 10 box

我具有有效的MSDN Enterprise订阅,并且使用ISO文件进行安装(校验和看起来不错)

I am having valid MSDN Enterprise subscription and i used ISO file to install(Checksum looks fine)

日志文件位置:

日志文件:https://onedrive.live.com/embed?cid = 305DBBAA87393241& resid = 305DBBAA87393241%21108& authkey = AGXbB-6LUH5f1tE

Log file: https://onedrive.live.com/embed?cid=305DBBAA87393241&resid=305DBBAA87393241%21108&authkey=AGXbB-6LUH5f1tE

[3824:36B0] [2016-10-27T12:42:59] i000:找不到注册表项.键='SOFTWARE \ Microsoft \ DevDiv \ vc \ Servicing \ 11.0 \ CompilerCore86';变量='compilerCore86D11_Inst'
[3824:36B0] [2016-10-27T12:42:59] i000:将数字变量'compilerCore86D11_Inst'设置为值0
[3824:36B0] [2016-10-27T12:42:59] i000:找不到注册表项.键='SOFTWARE \ Microsoft \ DevDiv \ vc \ Servicing \ 11.0 \ CompilerCore86';变量='compilerCore86D11_Ver'
[3824:36B0] [2016-10-27T12:42:59] i000:找不到注册表项.密钥='SOFTWARE \ Microsoft \ DevDiv \ vc \ Servicing \ 11.0 \ CompilerCore';变量='compilerCoreD11_Inst'
[3824:36B0] [2016-10-27T12:42:59] i000:将数字变量'compilerCoreD11_Inst'设置为值0
[3824:36B0] [2016-10-27T12:42:59] i000:找不到注册表项.密钥='SOFTWARE \ Microsoft \ DevDiv \ vc \ Servicing \ 11.0 \ CompilerCore';变量='compilerCoreD11_Ver'
[3824:36B0] [2016-10-27T12:42:59] i000:找不到注册表项.密钥='SOFTWARE \ Microsoft \ DevDiv \ MobileTools \ Serviceicing \ 12.0 \ WPSDKCore';变量='D12_CoreCon_DetectKeyExist'
[3824:36B0] [2016-10-27T12:42:59] i000:将数字变量'D12_CoreCon_DetectKeyExist'设置为值0
[3824:36B0] [2016-10-27T12:42:59] i000:找不到注册表项.键=

[3824:36B0][2016-10-27T12:42:59]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore86'; variable = 'compilerCore86D11_Inst'
[3824:36B0][2016-10-27T12:42:59]i000: Setting numeric variable 'compilerCore86D11_Inst' to value 0
[3824:36B0][2016-10-27T12:42:59]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore86'; variable = 'compilerCore86D11_Ver'
[3824:36B0][2016-10-27T12:42:59]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore'; variable = 'compilerCoreD11_Inst'
[3824:36B0][2016-10-27T12:42:59]i000: Setting numeric variable 'compilerCoreD11_Inst' to value 0
[3824:36B0][2016-10-27T12:42:59]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\vc\Servicing\11.0\CompilerCore'; variable = 'compilerCoreD11_Ver'
[3824:36B0][2016-10-27T12:42:59]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\DevDiv\MobileTools\Servicing\12.0\WPSDKCore'; variable = 'D12_CoreCon_DetectKeyExist'
[3824:36B0][2016-10-27T12:42:59]i000: Setting numeric variable 'D12_CoreCon_DetectKeyExist' to value 0
[3824:36B0][2016-10-27T12:42:59]i000: Registry key not found. Key =


推荐答案

我的朋友,

感谢您在MSDN论坛中发帖.

Thank you for posting in MSDN forum.

我再次检查您的日志,发现与您粘贴的错误信息相同.

I check you log again, found the same error information as you pasted.

如果您的ISO映像正常,则可能是您提到的在操作系统上未解决的问题.但是,很难说到底是什么核心问题,它们可能像下面这样:

If your ISO image is fine, the issue may as you mentioned pending on your OS. However, it is hard to say what could be the core problem, they might be like the following:

1.您尚未更新操作系统.

1. You haven't update your OS.

请检查所有Windows更新并修补它们.

Please check all the windows updates and patch them up.

2.注册表损坏或系统丢失文件. (这将是最复杂的)

2. Corrupt registry or system missing files. (This will be the most complicate)

使用sfc/scannow检查您的操作系统.现在需要修复注册表才能解决此问题.有关此命令,请参见此处:
http://technet.microsoft.com/en-us/library/bb491008.aspx

Use sfc /scannow to check your OS. Repair the registry is now required to fix this issue. See here about that command:
http://technet.microsoft.com/en-us/library/bb491008.aspx

3.您没有足够的权限将其安装到OS上,或者某些软件阻止了VS的安装.

3. You do not have sufficient privilege to install it to your OS or some software is blocking VS from installing.

请以管理员身份运行ISO安装程序,关闭防火墙并禁用AV软件.

Please run the ISO installer as administrator, turn off firewall and disable AV software.

首先,您需要确保您的操作系统环境正常,然后使用正常的ISO重新安装.

First of all , you need to make sure that your OS environment is ok, then use the healthy ISO to install again.

如果上述方法无效,请使用 http://aka.ms/vscollect 再次收集安装日志并共享我们的链接.

If the above doesn't help, please use http://aka.ms/vscollect to gather the installation logs again and share us link.


这篇关于VS2015 Enterprise Update 3 Win10安装问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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