Hi everyone,
I had the same issue with the DLL installation path. The default ADK installer deployed the DLL in a path containing architecture subfolders (amd64, x86, etc...) C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\WSIM\
amd64
\Microsoft.ComponentStudio.Common.dll
whereas SCVMM installer tried to locate it in this path : C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\WSIM\Microsoft.ComponentStudio.Common.dll
After a while, I found out that there are multiple versions of ADK available. I'm actually working on Windows Server 2022, and I finally managed to fix the problem after installing these versions of ADK :
Installation path of the DLL is now correct and I successfully installed SCVMM 2022.
You can find the different download versions of ADK in the "Other ADK downloads" section here : https://learn.microsoft.com/fr-fr/windows-hardware/get-started/adk-install#other-adk-downloads
Tip : Both ADK for Windows Server 2022 packages will download a large .ISO file, but extracting then installing only the .exe respective files on the server (adksetup.exe
and adkwinpesetup.exe
) worked for me. I guess the server must have access to the internet for that.
I hope this will help !