WSIM - 无法生成目录(修复后仍然如此)

WSIM - 无法生成目录(修复后仍然如此)

我读了很多帖子,说在 1903 中使用 WSIM 时创建 .clg 文件时出现问题,但微软发布修复程序后应该会修复。但我还是有问题。我全新安装了 Windows 10 Pro,安装了 ADK,修复了这个问题,并且基本上只是按照首席执行官3c。当我尝试在第 7 部分结束时创建目录文件时,我从日志中得到以下信息:

15:46 : This application requires version 10.0.18362.1 of the Windows ADK.
Install this version to correct the problem
15:46 : 
15:46 : 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.
15:46 : 
15:46 : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420127)

Server stack trace: 
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: 
   ved System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   ved System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)
15:46 : 
15:46 : 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.
15:46 : 
15:46 : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420127)

Server stack trace: 
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: 
   ved System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   ved System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)

我一直在阅读此主题来自 Microsoft 的 TechNet 的回复表明我不是唯一一个遇到此问题的人,而且此修复对大多数人都有效。我还可以看到这个问题,没有答案。

知道我可能做错了什么吗?

答案1

  1. 确保您使用的是 install.wim(而不是 install.esd)
  2. 在 MDT 中创建 .clg(从 MDT UI 打开 unattend.xml 时)仍然无法工作。您必须从 WSIM 打开无人值守文件
  3. 这是你遵循的修复方法吗?因为这总是能帮我解决问题:

下载https://go.microsoft.com/fwlink/?linkid=2095334,提取文件,不要运行.bat脚本,而是复制两个.exe文件并用它们覆盖原来的WSIM可执行文件。

相关内容