What does HRESULT 0x800F0245 (SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE) mean?

 
Previous Next
SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH SPAPI_E_DEVICE_INSTALLER_NOT_READY

SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE

SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE (0x800F0245) is a Windows SetupAPI driver-installation error. This code means Windows requires validation of the file through an Authenticode-signed catalog. The file must remain part of the original signed driver package; standalone checks or mixed package contents are not sufficient.

What to check

  • Use the complete unmodified package supplied by the driver publisher.
  • Confirm that the catalog covers the exact file hash and is referenced by the INF.
  • Review SetupAPI signing output rather than disabling signature enforcement.

Microsoft: Catalog files and digital signatures

Microsoft: Driver signing

Microsoft: SetupAPI device installation log


Looking for a different code? Search another status or error code.