I was relating my own experience in handing signing issues in a non-PNP
driver. I have had to sign my CAT and SYS file for the 64bit version of my
driver to load. Now, I have not signed the CAT file for quite a while,
simply copying the signed version to the install package which then is
copied, initially, to the same directory path as the SYS file. During the
driver install, the destination paths and INF and WDF files get sorted out,
and the SYS file moved to the SYSTEM32 path.
Gary G. Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Tim Roberts
Sent: Thursday, September 23, 2010 11:41 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] how to disable “Digitally signed driver” check for 64
bits OSes?
Gary G. Little wrote:
Yuppers, Daniel is correct. You may also be required to create and
sign a CAT file. I know my WFP driver requires a signature on both CAT
and SYS files.
I’d be surprised by that. It’s certainly not true in the general case.
I have no direct experience with WFP, but for normal drivers, you may sign
either the SYS or the CAT. That’s even true for boot-start drivers,
although they recommend signing the SYS because of the time it takes to
locate the CAT.
As soon as you copy in a new SYS file, the CAT becomes invalid, so by habit
I always sign the SYS files during development.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer