Windows 10 sdk 安装程序崩溃 "Retrieving the COM class factory for component with CLSID"

Windows 10 sdk installer crashing "Retrieving the COM class factory for component with CLSID"

当我尝试安装 Windows 10 SDK 时,它总是崩溃,日志文件中的最后一个条目是 "Retrieving the COM class factory for component with CLSID" 日志文件:https://drive.google.com/file/d/1PSVJRmbmBhV6NAYbP182TsPGhHRol14J/view?usp=sharing

通过查看日志文件,我看到了这个错误:

Exception: Retrieving the COM class factory for component with CLSID {177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).

因此缺少 CLSID 为 {177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D} 的 COM 组件。搜索 CLSID {177F0C4A-1CD3-4DE7-A32C-71DBBB9FA36D} 显示位于 Microsoft.IntelliTrace.Core.dll 中的 this page about a class SetupConfiguration,而您的系统上缺少 Microsoft.IntelliTrace.Core.dll