Sunday, 1 February 2015

KMDF error for Windows Update Agent failing with Error 23 and 17

 

Windows Update Agent is failing from ConfigMgr 2012 R2 Client installation with exit code Exit code is 17 and in CCmsetup.log file as

C:\WINDOWS\ccmsetup\WindowsUpdateAgent30-x64.exe returned failure exit code 23. Fail the installation.

Found my WIM file is missing KMDF file and I have injected KMDF file to WIM file and deployed the WIM file.

Download KMDF file from Microsoft sire http://www.microsoft.com/en-us/download/details.aspx?id=38423

Extract the kmdf-1.11-Win-6.1-x64.msu file to D:\KMDF (Using 7-Zip or any unzip software) and open command prompt as administrator and execute below

Note if you are using x82 /32 bit please use the 32 bit KMDF file

MKDir D:\KMDF\Mount

dism.exe /mount-wim /wimfile:"D:\Mont\Win7.wim" /index:1 /mountdir:D:\KMDF\Mount

dism /Image: D:\KMDF\Mount /Add-Package /PackagePath:D:\KMDF\Windows6.1-KB2685811-x64.cab

dism.exe /unmount-wim /mountdir:D:\Temp\Mount /commit

Once the Wim file is updated with KMDF driver we can try to deploy the OS then there will not be any issues.

Read more about KMDF http://support.microsoft.com/kb/2685811

No comments:

Post a Comment