What does HRESULT 0x800F0240 (SPAPI_E_AUTHENTICODE_DISALLOWED) mean?

 
Previous Next
SPAPI_E_NO_AUTHENTICODE_CATALOG SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER

SPAPI_E_AUTHENTICODE_DISALLOWED

SPAPI_E_AUTHENTICODE_DISALLOWED (0x800F0240) is a Windows SetupAPI driver-installation error. This code means the requested installation path cannot use Authenticode verification for the specified INF. It usually indicates that the package or verification method does not match the driver-installation scenario.

What to check

  • Confirm that the package uses a proper driver catalog and that the INF references it correctly.
  • Use a supported driver-package installation method instead of extracting and invoking individual files.
  • Inspect the SetupAPI log to determine which verification method was requested.

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.