SCCM Client Agent installation error “Couldn’t verify ‘MicrosoftPolicyPlatformSetup.msi’ authenticode signature. Return code 0x800b0101 ccmsetup” (Solution)

When I wanted to install the SCCM agent, nothing happened. Ccmsetup.log dosyasını kontrol ettim ve dosyada aşağıdaki satırları buldum;

Couldn’t verify ‘C:\windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi’ authenticode signature. Return code 0x800b0101        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

If I see these lines in the log file it means that one of the components can not be installed. I found the file named in the line where the error was and I installed the file,

MicrosoftPolicyPlatformSetup.msi

After the installation was finished, I installed the sccm agent and successfully installed it.

Sample logs;

Starting BITS download for client deployment files.        ccmsetup        22.01.2013 14:47:04        432 (0x01B0)

Successfully completed BITS download for client deployment files.        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Retrieved client version ‘5.00.7804.1000’ and minimum assignable site version ‘5.00.7783.1000’ from client package        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Checking compatibility of site version ‘5.00.7804.1000’, expect newer than ‘5.00.7783.1000’        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Site version ‘5.00.7804.1000’ is compatible. Client deployment will continue.        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Successfully downloaded client files via BITS.        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Validated file ‘C:\windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi’ hash ‘5670B0C69C75ADEAAF5BEE0CDE27B9780DC12D1B895DCA217C221EC3C3BD1537’        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Validated file ‘C:\windows\ccmsetup\Silverlight.exe’ hash ‘417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151’        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Validated file ‘C:\windows\ccmsetup\client.msi’ hash ‘2F0819F959E788CF843F42E9CA7B44E258B8B4BA37BB63902DB39ACF747BE7DA’        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Couldn’t verify ‘C:\windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi’ authenticode signature. Return code 0x800b0101        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Sending Fallback Status Point message to ‘SCCMLAKE1.turkcell.entp.tgc’, STATEID=’316′.        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Failed to get client version for sending messages to FSP. Error 0x80041010        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Params to send FSP message ‘5.0.7804.1000 Deployment Error 0x80004005. Pre-req file name: C:\windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi’        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

State message with TopicType 800 and TopicId {63875E19-7423-4914-82B8-5C7C908036A2} has been sent to the FSP        FSPStateMessage        22.01.2013 14:47:05        432 (0x01B0)

InstallFromManifest failed 0x80004005        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Deleted file C:\windows\ccmsetup\ccmsetup.xml        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

CcmSetup failed with error code 0x80004005        ccmsetup        22.01.2013 14:47:05        432 (0x01B0)

Solution!

Leave a Reply

Your email address will not be published. Required fields are marked *