Jump-start your project by learning from devs who
write Windows drivers and file systems every day.
Take an OSR seminar!

OSR is Hiring! Click here to find out more.

Windows Internals & Software Drivers Lab, Santa Clara, CA 5-9 August, 2013
Kernel Debugging & Crash Analysis for Windows Lab, Santa Clara, CA 9-13 September, 2013
Upcoming OSR Seminars:
Writing WDF Drivers for Windows Lab, Boston, MA 7-11 October, 2013
Developing File Systems for Windows, Seattle, WA 5-8 November, 2013


Go Back   OSR Online Lists > ntdev
Welcome, Guest
You must login to post to this list
  Message 1 of 5  
09 Aug 12 13:31
Tim Roberts
xxxxxx@probo.com
Join Date: 28 Jan 2005
Posts To This List: 8251
Windows 8 and Signatures

Maybe I haven't been paying attention closely enough. Today, I finally installed Windows 8 for the first time. When I try to install a driver package that works just fine on Win 7, I get "the third-party INF does not contain digital signature information". I'm just using an INF and a SYS. Does Windows 8 now require a CAT file? -- Tim Roberts, xxxxx@probo.com Providenza & Boekelheide, Inc.
  Message 2 of 5  
09 Aug 12 13:44
Tim Roberts
xxxxxx@probo.com
Join Date: 28 Jan 2005
Posts To This List: 8251
Re: Windows 8 and Signatures

Tim Roberts wrote: > Maybe I haven't been paying attention closely enough. Today, I finally > installed Windows 8 for the first time. When I try to install a driver > package that works just fine on Win 7, I get "the third-party INF does > not contain digital signature information". I'm just using an INF and a > SYS. Does Windows 8 now require a CAT file? And the answer, empirically, is "yes". -- Tim Roberts, xxxxx@probo.com Providenza & Boekelheide, Inc.
  Message 3 of 5  
09 Aug 12 13:58
Pavel A
xxxxxx@fastmail.fm
Join Date: 21 Jul 2008
Posts To This List: 1885
Re: Windows 8 and Signatures

On 09-Aug-2012 20:30, Tim Roberts wrote: > Maybe I haven't been paying attention closely enough. Today, I finally > installed Windows 8 for the first time. When I try to install a driver > package that works just fine on Win 7, I get "the third-party INF does > not contain digital signature information". I'm just using an INF and a > SYS. Does Windows 8 now require a CAT file? Tim, is there a CatalogFile= statement in the inf? --pa
  Message 4 of 5  
09 Aug 12 14:03
Tim Roberts
xxxxxx@probo.com
Join Date: 28 Jan 2005
Posts To This List: 8251
Re: Windows 8 and Signatures

Pavel A wrote: > On 09-Aug-2012 20:30, Tim Roberts wrote: >> Maybe I haven't been paying attention closely enough. Today, I finally >> installed Windows 8 for the first time. When I try to install a driver >> package that works just fine on Win 7, I get "the third-party INF does >> not contain digital signature information". I'm just using an INF and a >> SYS. Does Windows 8 now require a CAT file? > Tim, is there a CatalogFile= statement in the inf? There wasn't before. I added one and created the CAT file, and now everybody is happy. -- Tim Roberts, xxxxx@probo.com Providenza & Boekelheide, Inc.
  Message 5 of 5  
09 Aug 12 15:55
Doron Holan
xxxxxx@microsoft.com
Join Date: 08 Sep 2005
Posts To This List: 8270
RE: Windows 8 and Signatures

This is by design and here is why: In win7, you could import a driver package with a signed sys, an INF into the driver store. When you then installed the driver, you could only load the driver after answering the scary red dialog saying the driver was unsigned/untrusted. For the driver to load, code integrity has to be disabled, so if not current disabled during install, upon reboot. Without disabling CI, the install fails with the driver failing to load. In other words, a developer scenario. So, now importing a driver package in to the driver store will use CI to validate the package upon import to prevent the immediately !ed out device. CI validation will follow the current bcd settings. If you boot with CI turned off and import a package with no cat, the will succeed and the driver will load (assuming a successful install). If you boot with CI turned on, import fails (as you saw) because the package cannot be validated. d
Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You must login to OSR Online AND be a member of the ntdev list to be able to post.

All times are GMT -5. The time now is 18:53.


Copyright ©2012, OSR Open Systems Resources, Inc.
Based on vBulletin Copyright ©2000 - 2005, Jelsoft Enterprises Ltd.
Modified under license