windows server 2012 安装 VC2015 安装失败0x80240017解决方法

问题现象

安装tableau 时报错,提示安装c++ 失败,于是下载c++2015进行安装又报错,报错信息0x80240017如下:

windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第1张图片

错误日志

安装错误日志如下:
windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第2张图片
我们找到这个文件夹,手动安装一下看看效果,如下:
windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第3张图片

解决方案

  • 先安装补丁 KB2919442 立即下载基于 x64 的 Windows Server 2012 R2 的KB2919442补丁。

下载地址 https://www.microsoft.com/zh-cn/download/details.aspx?id=42153

  • KB2919442 安装完成后,继续安装 Windows Server 2012 R2 Update (KB2919355) 所有补丁,如下

下载地址 http://www.microsoft.com/downloads/details.aspx?FamilyId=373b1bb0-6d55-462e-98b7-6cb7d9ef1448

windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第4张图片
windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第5张图片

注意:必须按以下顺序安装更新:

  • clearcompressionflag.exe            38 KB      管理员身份运行,没有界面,后台运

  • Windows8.1-KB2919355-x64.msu      690.8 MB     安装完成后,需要重启,这个安装过程根据你的硬件配置和网络决定安装速度。

  • Windows8.1-KB2932046-x64.msu       48.0 MB

  • Windows8.1-KB2934018-x64.msu       126.4 MB

  • Windows8.1-KB2937592-x64.msu       303 KB

  • Windows8.1-KB2938439-x64.msu       19.6 MB

  • Windows8.1-KB2959977-x64.msu        2.8 MB

所有更新包安装完成后,接下来我们继续安装 Microsoft Visual C++ 2015 Redistributable (x64) - 14.0.23026

下载链接: http://www.microsoft.com/en-us/download/details.aspx?id=48145

windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第6张图片
windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第7张图片
windows server 2012 安装 VC2015 安装失败0x80240017解决方法_第8张图片
安装成功!

参考:https://blog.csdn.net/yiyihuazi/article/details/78410667?locationNum=3&fps=1
https://blog.csdn.net/neochan1108/article/details/78084073

你可能感兴趣的:(安装环境,tableau,C++,windows,server)