在安装winsdk 10.0.18326.1时出现错误
日志:
MSI (s) (88:B4) [10:02:20:398]: Note: 1: 1708
MSI (s) (88:B4) [10:02:20:398]: Product: Kits Configuration Installer -- Installation failed.
MSI (s) (88:B4) [10:02:20:398]: Windows Installer 已安装产品。产品名称: Kits Configuration Installer。产品版本: 10.1.18362.1。产品语言: 1033。制造商: Microsoft。安装成功或错误状态: 1603。
Error 1407. Could not get value names for key Components\9FC17D58A42CB0944B668EDFDC4B675F. System error 234. Verify that you have sufficient access to that key, or contact your support personnel.
这个问题与软件的安装和配置相关,它涉及到Windows的MSI安装器和Windows SDK的安装。
从错误日志来看,有两个主要的问题。
解决方法:
msiexec /i WindowsSDK-10.0.18326.1-Win10.1-x64.msi /qn
请注意替换为你的实际文件路径。这个命令会尝试以安静模式(没有用户交互)来安装Windows SDK。