0

When installing a filter driver through an .INF file with DpInst, it reports the following error:

ERROR: Could not get services associated with driver package.

Ilya
  • 5,533
  • 2
  • 29
  • 57

1 Answers1

0

The INF sections should be named [DefaultInstall.NT] and [DefaultInstall.NT.Services].

Ilya
  • 5,533
  • 2
  • 29
  • 57