Creating a Catalog File for Test-Signing a Driver Package

The catalog (.cat) file contains the digital signature for all the files which are part of the driver package. For more information, see Catalog Files.

There are two ways to create a catalog file:

  • The Inf2Cat tool can be used to create the catalog file. Inf2Cat automatically includes all the files in the driver package that are referenced within the package's INF file. For more information about how to use the Inf2Cat tool, see Using Inf2Cat to Create a Catalog File.

  • The MakeCat tool can be used to create a catalog file by using a manually-created Catalog Definition File (.cdf). For more information about how to use the MakeCat tool, see Using MakeCat to Create a Catalog File.

If the driver package contains a boot-start driver, you additionally have to embed a digital signature within the driver binary. For more information about this procedure, see Test-Signing a Driver through an Embedded Signature.

See also