无法为Visual Studio 2015专业版Windows 7安装Windows 10 SDK v10.0.10586 [英] Failed to install Windows 10 SDK v10.0.10586 for Visual studio 2015 professional, Windows 7

查看:767
本文介绍了无法为Visual Studio 2015专业版Windows 7安装Windows 10 SDK v10.0.10586的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我卸载了visual studio 2015,因为我试图修复我遇到的另一个问题,并建议卸载/安装可能会修复它。



1)我通过程序和功能,找到了VS2015,选择了更改,然后卸载了VS2015。



2)重新启动



3)我再次尝试安装,确保选择了Windows SDK 10.0.10586,并在安装完成后收到此消息:"Windows 10 SDK(10.0.10586)安装程序失败未知错误15605错误代码:15605"



日志中包含以下错误消息:[2094:210C] [2018-08-15T12:07:34] i000 :MUX:更新辅助安装程序进度显示名称:外部= Windows 10 SDK(10.0.10586),内部= [2080:2084] [2018-08-15T12:08:42] e000:错误0x80048646:进程返回错误:0x80048646
[2080:2084] [2018-08-15T12:08:42] e000:错误0x80048646:无法执行EXE包。 [2094:2098] [2018-08-15T12:08:42] e000:错误0x80048646:无法配置每台机器的EXE包。



4)重新启动



5)我尝试修复然后修改,我得到相同的消息。



6)重新启动



我没有找到解决方案onli ne,但我确实找到了尝试从Windows SDK存档下载它的建议。



7)我从网站下载并尝试运行安装或下载后,收到错误消息"安装程序无法找到WPTx64-x86_en-us.msi检查您的互联网连接" ; 我当然已连接到互联网。所以我在错误消息中挖了更多
,我看到这个指南建议在修改安装之前清除包缓存以添加Windows SDK。(我会发布一个链接,但我不能...)这是事情变得奇怪...



8)我清除了我的包缓存,然后回到程序和功能,VS2015已经GONE。但是,我的桌面上的快捷方式仍然有效,VS2015执行,没问题,但我可以不要修改安装。



9)重新启动



10)重新安装VS2015,以便它再次显示在程序和功能列表中。它仍然无法安装SDK,但我不希望它在那个时候工作。



11)重新启动



12)我尝试完全擦除VS2015,因为我知道卸载并没有真正摆脱一切。在github上有一个很好的工具(再次,无法发布链接)  ;我运行了卸载程序,确认它有效。



13)重新启动



14)再次运行安装程序(选择了Windows SDK),安装完成后我收到相同的错误消息。我不知道还有什么可以尝试,如果有人有一个建议,非常感谢。



我在图片和链接的堆栈溢出上发布了同样的问题,这可能会更有帮助。由于我的帐户未经过验证,我不能在这里发布链接和图片,但标题是如果你想尝试找到它,那就完全相同了。

解决方案

有人在堆栈溢出时回答了这个问题,它有效!检查一下out:


https://stackoverflow.com/questions/51896049/failed-to-install-windows-10-sdk-v10-0-10586-for-visual-studio-2015 - 专业/ 51901052#51901052


I uninstalled visual studio 2015 because I was trying to fix another issue I was having, and it was suggested an uninstall/install might fix it.

1) I went through programs and features, found VS2015, selected change, then uninstalled VS2015.

2) rebooted

3) I tried the install again, making sure windows SDK 10.0.10586 was selected and I received this message after the install completed: "Windows 10 SDK (10.0.10586) The installer failed. Unknown error 15605 Error code: 15605"

The log has these error messages: [2094:210C][2018-08-15T12:07:34]i000: MUX: Updating secondary installer progress display name: Outer=Windows 10 SDK (10.0.10586), Inner= [2080:2084][2018-08-15T12:08:42]e000: Error 0x80048646: Process returned error: 0x80048646 [2080:2084][2018-08-15T12:08:42]e000: Error 0x80048646: Failed to execute EXE package. [2094:2098][2018-08-15T12:08:42]e000: Error 0x80048646: Failed to configure per-machine EXE package.

4) rebooted

5) I tried a repair and then modify, I get the same message.

6) rebooted

I did not readily find a solution online, but I did find a suggestion to try downloading it from Windows SDK archive.

7) I download it from the site and after trying to run the install or the download, I get an error message "Setup cannot locate WPTx64-x86_en-us.msi Check your internet connectivity" I am certainly connected to the internet. So then I dig more into the error message, and I came across this guide that suggests clearing the package cache before modifying the install to add windows SDK. ( I would post a link but I cant...) This is where things get weird...

8) I clear my package cache, then go back to programs and features, and VS2015 is GONE. However, the shortcut on my desktop still works, VS2015 executes, no problem, but I can't modify the install.

9) rebooted

10) Re-install VS2015 so it would show on the programs and features list again. It still failed to install the SDK, but I wasnt expecting it to work that time.

11) rebooted

12) I tried a complete wipe of VS2015 because I know the uninstall doesn't really get rid of everything. There is a great tool for that on github (again, cant post links) I ran the uninstaller, confirmed that it worked.

13) rebooted

14) Ran the installer again ( with windows SDK selected), and I get the same error message after the install completed. I don't know what else to try, if anyone has a suggestion, that would be greatly appreciated.

I posted this same question on stack overflow with pictures and links, that might be a little more helpful. Since my account is not verified, I cannot post links and pictures here, but the title is exactly the same if you want to try and find it.

解决方案

Someone answered this question on stack overflow, and it worked! Check it out:

https://stackoverflow.com/questions/51896049/failed-to-install-windows-10-sdk-v10-0-10586-for-visual-studio-2015-professional/51901052#51901052


这篇关于无法为Visual Studio 2015专业版Windows 7安装Windows 10 SDK v10.0.10586的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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