What does HRESULT 0x800F0237 (SPAPI_E_INCORRECTLY_COPIED_INF) mean?

 
Previous Next
SPAPI_E_SET_SYSTEM_RESTORE_POINT SPAPI_E_SCE_DISABLED

SPAPI_E_INCORRECTLY_COPIED_INF

SPAPI_E_INCORRECTLY_COPIED_INF (0x800F0237) is a Windows SetupAPI driver-installation error. This error means an INF was placed in the Windows INF directory improperly. Copying an INF alone does not stage a complete driver package or establish the Driver Store and catalog relationships Windows expects.

What to check

  • Use the complete original package containing INF, catalog, and referenced driver files.
  • Stage the package through PnPUtil instead of copying files into %windir%\INF.
  • Check the SetupAPI log for the OEM INF name and the original package path.
pnputil /add-driver "C:\path\driver.inf" /install

Microsoft: PnPUtil command syntax

Microsoft: Components of a driver package

Microsoft: SetupAPI device installation log


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