Install the missing
UTN-USERFirst-Object,
Verisign Universal Root Certification Authority, and
Verisign Class 3 Public Primary Certification Authority - G5 certificates in the physical
Third-Party Trusted Root Certification Authorities store.
Install the missing
COMODO RSA Code Signing CA and
Verisign Class 3 Code Signing 2010 CA certificates in the physical
Intermediate Certification Authorities store.
After installing the certificates, the product installs or upgrades successfully.
We recommend that you install the certificates using the Active Directory group policy for wide deployment. For information about how to deploy registry changes using the group policy, see
this Microsoft article.
Deploy the registry change for the
Computer policy, not the
User policy. Instead of using a
Certificate group policy object (GPO), use a
Registry group policy to make the change directly to endpoint registries, which puts the certificate in the correct store. (Using a
Certificate group policy puts the certificate in the
wrong certificate store.)
Or, use one of the following methods to install the certificate directly on the system, or remotely using any appropriate administrative deployment method:
- To install the Verisign Class 3 Public Primary Certification Authority - G5, UTN-USERFirst-Object, Verisign Universal Root Certification Authority, COMODO RSA Code Signing CA, and Verisign Class 3 Code Signing 2010 CA certificates:
- Download the file USERFirst_and_VeriSign_and_Comodo.bat.txt in the "Attachment" section of this article. Rename the file to USERFirst_and_VeriSign.bat and run it.
- Download the file USERFirst_and_VeriSign_and_Comodo.reg.txt in the "Attachment" section of this article. Rename the file to USERFirst_and_VeriSign.reg and import it.
If you have a single system or only a few systems to install only the Verisign Class 3 Public Primary Certification Authority - G5 certificate to remediate manually:
- Contact Verisign customer support to obtain the missing certificate.
- Copy the contents of the certificate shown in the box (including the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- lines).
- Paste the copied contents into a plain text editor such as Notepad.
- Save the file with a .cer extension, for example: C:\Temp\VeriSign.cer
- Open an elevated command prompt, right-click Command Prompt and select Run as administrator.
- Run the following command:
certutil -addstore root C:\Temp\VeriSign.cer