create a .PNF file

Negron, Marcus 0 Reputation points
2024-09-17T18:47:26.5466667+00:00

how to create a .PNF file? it appears to be binary file containing many string representations of filenames and vid/pid specifics but i do not know how it was created or how to create my own? thx

Windows development | Windows Driver Kit (WDK)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 60,161 Reputation points
    2024-09-17T19:12:33.8233333+00:00

    A PNF is the compiled form of the INF. It is generated at installation time by the OS. You don't create it yourself. Ship your INF file which contains the installation info. When the INF file is installed by the OS it'll create the PNF automatically based upon the contents of the INF. This is how it is supposed to work. See the following links.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.