When deploying Windows 10 (build 10586) in my Lab, the deploy task sequence repetedly failed when installing and configuring the Configuration client.
ccmsetup.log showed;
File 'C:\Windows\ccmsetup\WindowsUpdateAgent30-x64.exe' returned failure exit code 775. Fail the installation.
InstallFromManifest failed 0x80070307
CcmSetup failed with error code 0x80070307
When I ran the WindowsUpdateAgent30-x64.exe manually on the VM and it failed the installation with fatal error.
Even though I have SCCM 2012 SP2, the task sequence still failed.
To manage and avoid the failure, I have used “ccmsetup.exe /skipprereq:windowsupdateagent30-x64.exe”
This has bypassed the error msg and the task sequence has completed successfully.
ccmsetup.log showed;
File 'C:\Windows\ccmsetup\WindowsUpdateAgent30-x64.exe' returned failure exit code 775. Fail the installation.
InstallFromManifest failed 0x80070307
CcmSetup failed with error code 0x80070307
When I ran the WindowsUpdateAgent30-x64.exe manually on the VM and it failed the installation with fatal error.
Even though I have SCCM 2012 SP2, the task sequence still failed.
To manage and avoid the failure, I have used “ccmsetup.exe /skipprereq:windowsupdateagent30-x64.exe”
This has bypassed the error msg and the task sequence has completed successfully.
No comments:
Post a Comment