产生阻滞的问题

Setup cannot continue because a dependent <A HREF="http://go.microsoft.com/fwlink/?LinkId=846734&clcid=[[clcid]]">update</A> needs to be installed before you can install this product on Windows 7, Windows Server 2008 R2, Windows 8 or Windows Server 2012.

当您尝试在运行 Windows 7 Service Pack 1 (SP1)、Windows Server 2008 R2 SP1 或 Windows Server 2012 的计算机上安装 Microsoft .Net Framework 4.7 时, 安装程序被阻止,导致无法继续。

由于缺少 d3dcompiler 更新,.NET Framework 4.7 安装在 Windows 7、Windows Server 2008 R2 和 Windows Server 2012 上被阻止 (microsoft.com)

当计算机没有安装 D3DComplier (D3DCompiler_47.dll) 的更新时,会出现此问题。

原因

Windows 7 SP1、Windows Server 2008 R2 SP1 和 Windows Server 2012 上的 .Net Framework 4.7 对 WPF 的% windir%system32D3DCompiler_47.dll 文件有了新的依赖关系。 必须先安装此文件, 然后才能安装 .Net Framework 4.7 产品。

解决方法

若解决此问题,请在安装 .NET Framework 4.7 之前,从以下链接安装 d3dcompiler 更新。 此更新也可从Microsoft 更新目录或通过 Windows 更新获取。

在 Windows 7 SP1 x86 上,使用此链接。

在 Windows 7 SP1 或 Windows Server 2008 R2 x64 上,使用此链接。

在 Windows Server 2012 x64 上,使用此链接。

L-Rui
原文地址:https://www.cnblogs.com/Rui6/p/15119254.html