WSIM - カタログを生成できません (修正後もまだ)

WSIM - カタログを生成できません (修正後もまだ)

1903でWSIMを使用すると.clgファイルの作成に問題があったという投稿をたくさん読んできましたが、Microsoftが修正を公開した後は修正されるはずです。しかし、まだ問題があります。Windows 10 Proを新規インストールし、ADKをインストールし、修正を行い、基本的には素晴らしいガイドに従っています。ceos3cパート 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)

私は読んでいますこのスレッドマイクロソフトのTechNetで、私だけがそうではないことが分かりました。また、この修正はほとんどの人にとって効果的だったようです。この質問、回答されていません。

私が何を間違っているのか、何か考えはありますか?

答え1

  1. install.wim (install.esd ではない) を使用していることを確認してください。
  2. MDT 内での .clg 作成 (MDT UI から unattend.xml を開く場合) はまだ機能しません。WSIM から無人セットアップ ファイルを開く必要があります。
  3. これはあなたが実行した修正ですか? これは私の場合は常に修正する方法です:

ダウンロードhttps://go.microsoft.com/fwlink/?linkid=2095334ファイルを抽出し、.bat スクリプトを実行せずに、2 つの .exe ファイルをコピーし、元の WSIM 実行可能ファイルを上書きします。

関連情報