79146565

Date: 2024-10-31 23:20:27
Score: 2.5
Natty:
Report link

This means that your inf file refers itself (driver.inf) in CopyFiles section.

This is not allowed. You need to use CopyINF. See remarks in https://learn.microsoft.com/en-us/windows-hardware/drivers/install/inf-copyfiles-directive

Usually you do not need to copy INF file: https://learn.microsoft.com/en-us/windows-hardware/drivers/install/inf-copyinf-directive

Try to move inf file into CopyINF section or remove it.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: dparnovskiy