当我使用 Windows 系统映像管理器 (SIM) 创建目录文件时,它最终会出错
“Windows SIM 无法生成目录文件......”
完整的错误信息屏幕截图在此处。
日志文件内容在这里:
1:44 PM : This application requires version 10.0.17134.1 of the Windows ADK.
Install this version to correct the problem
1:44 PM :
1:44 PM : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows ADK User's Guide.
1:44 PM :
1:44 PM : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420127)
Server stack trace:
at Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
at Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
at Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
at Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)
微软文档由于我在 Windows 10 x64 上使用 x64 版本的 SIM(我甚至不知道在哪里可以获得 x86 版本),因此这没有什么帮助。
我在另一个 Windows 10 x64 系统上尝试了相同的步骤,并且能够使用相同的过程创建目录文件。
我的问题是,我为什么会收到此错误?其次,尽管它失败了,但它确实在目录中创建了目录文件。我实际上可以在 Windows SIM 中选择它并加载它,还可以创建新的应答文件。但它是不完整或缺少组件还是可能有其他问题?
主机PC是Windows 10 1803。
Windows SIM 是 Windows 评估和部署工具包的一部分,下面是其安装的快照。
没有办法判断它是 x64 版本还是 x32 版本,但我从这里。即使没有说明是哪种架构,这也是 Win10 的唯一链接。
更新
我卸载了 Windows ADK 并重新安装。我注意到它选择了 c:\Program Files(x86)\Windows Kits....所以它是 32 位版本。如何获取 64 位版本的 ADK?
答案1
就我而言,使用 1903 版本解决了同样的问题。
https://docs.microsoft.com/en-us/windows-hardware/get-started/what-s-new-in-kits-and-tools
Windows 系统映像管理器已知问题
使用 Windows 系统映像管理器 (SIM) 时,如果 ADK 安装在运行 64 位 Windows 版本的设备上,则可能会遇到错误。要在 64 位 Windows 版本上创建无人参与的 Windows 安装程序应答文件,请下载 WSIM 1903 更新,并按照随附的安装说明进行操作。
答案2
1903 版本也出现了这个错误。我回到下载 ADK 安装程序的页面,发现有一个更新。下载更新并按照说明操作后,错误消失,我能够生成目录文件。
原始下载页面: https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install
更新链接:下载 Windows 系统映像管理器 (WSIM) 1903 更新 https://go.microsoft.com/fwlink/?linkid=2095334