Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Not woking Driver Code Signing authenticode but working fine TestCertificate Driver

Reply
Thread Tools Display Modes

Not woking Driver Code Signing authenticode but working fine TestCertificate Driver

 
 
prashantmz@gmail.com
Guest
Posts: n/a

 
      08-28-2008
Hello All,

I am working on making unattended Silent preinstall(Software First) of
driver using DPInstall. Drivers to be installed XP Professional. As
mentioned by microsoft I signed Drivers with test certificates. On
test machine I installed that test certificates in Trusted Root and
Tusted Publisher. And my driver preinstall works and drivers go to
driver store. Later when I attach device drivers get automatically
installed.

After that we purchase Code Signing certificates from GlobalSign and I
then Sign the working drivers with authenticode certificates. Add
certificates in trusted root and trusted publisher. And what I found
divers does not get preinstall properly. Drivers go to driverstore
properly but when I attach device it shows found new hardware dialog
box.

When I look Setupapi.log it gives error something like this is not a
valid certificate(not exactly remember). But after that it does not
create cat file and also pnf file.

Please help me to figure out why driver is working with test
certificates and not properly signed certificates.

Thanks in advance
Prashant
 
Reply With Quote
 
 
 
 
prashantmz@gmail.com
Guest
Posts: n/a

 
      08-29-2008
Exact error is

#I329 Verifying catalog "C:\WINDOWS\system32\DRVSTORE
\DrvSetup_86516A3D8282D55C79642FC4E004932D337FFC8F \DrvSetup.cat"
failed. Error 0x800b0110: The certificate is not valid for the
requested usage.
#E361 An unsigned or incorrectly signed file "C:\WINDOWS
\system32\DRVSTORE\DrvSetup_86516A3D8282D55C79642F C4E004932D337FFC8F
\DrvSetup.cat" will be installed (Policy=Ignore). Error 0x800b0110:
The certificate is not valid for the requested usage.
#V042 Opened INF "C:\WINDOWS\INF\oem15.inf", PNF created (Languge =
0409).
..
..
#V039 Opened INF "C:\WINDOWS\system32\DRVSTORE
\DrvSetup_86516A3D8282D55C79642FC4E004932D337FFC8F \DrvSetup.inf", PNF
not created (Languge = 0409).
#I180 Verifying file "C:\WINDOWS\system32\DRVSTORE
\DrvSetup_86516A3D8282D55C79642FC4E004932D337FFC8F \DrvSetup.inf" (key
"DrvSetup.inf") against catalog "oem15.CAT" failed. Error 1168:
Element not found.


Thanks
Prashant
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver Signing: Vista: Driver File details: Digital signer kota Windows Vista Drivers 1 06-06-2008 09:26 PM
Authenticode driver signing for win2003 & Error 0x800b0109 jacob.broido@gmail.com Windows Vista Drivers 3 07-12-2007 01:47 PM
Authenticode Digitally signed driver chinga69 Windows Vista Security 3 06-02-2007 09:31 PM
Authenticode driver signing on Windows 2003 Peter Chan Windows Vista Drivers 8 05-30-2007 12:31 PM
Enterprise internal Authenticode code signing certificate hq4000@hotmail.com Windows Vista Drivers 0 03-29-2007 08:40 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59