Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > do i need the WHQL for the NDIS Filter Driver on Vista 64

Reply
Thread Tools Display Modes

do i need the WHQL for the NDIS Filter Driver on Vista 64

 
 
Zec
Guest
Posts: n/a

 
      10-26-2009
Hello~

I have a NDIS Filter Driver. and i want to install it on vista64.

I want to install nomally the NDIS filter driver without "Allow unsigned
driver installation( F8 Push Option before Windows Started) option".


Do I have to get WHQL for this driver from Microsoft?
or Do I need just Embed self-signning with Verisign to this NDIS Filter
Driver?

Regards.
 
Reply With Quote
 
 
 
 
Brian Catlin [MVP]
Guest
Posts: n/a

 
      10-27-2009
All drivers must be signed in order to be loaded on 64-bit systems. Your
options are:
1. During development you can test sign the driver
2. Sign for identity using your own certificate
3. Sign for identity and quality by having WHQL sign your driver

Search the DDK docs for SignTool for information on how to sign your driver
and INF file

"Zec" <> wrote in message
news15AA818-3B17-4318-9FCE-...
> Hello~
>
> I have a NDIS Filter Driver. and i want to install it on vista64.
>
> I want to install nomally the NDIS filter driver without "Allow unsigned
> driver installation( F8 Push Option before Windows Started) option".
>
>
> Do I have to get WHQL for this driver from Microsoft?
> or Do I need just Embed self-signning with Verisign to this NDIS Filter
> Driver?
>
> Regards.


 
Reply With Quote
 
Tim Roberts
Guest
Posts: n/a

 
      10-28-2009
"Brian Catlin [MVP]" <> wrote:
>
>All drivers must be signed in order to be loaded on 64-bit systems. Your
>options are:
> 1. During development you can test sign the driver
> 2. Sign for identity using your own certificate
> 3. Sign for identity and quality by having WHQL sign your driver
>
>Search the DDK docs for SignTool for information on how to sign your driver
>and INF file


Be careful with this advice. What you're talking about is the install-time
signature checking, which produces the "caution this driver is unsigned"
warning. That is ENTIRELY different from Kernel-Mode Code Signing, which
will prevent the driver from loading in a 64-bit system. WHQL cannot
provide that. That has to be done with an approved code-signing
certificate.
--
Tim Roberts,
Providenza & Boekelheide, Inc.
 
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
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 09:50 PM
Game Compatibility BCurrey Windows Vista Games 6 11-29-2007 09:11 PM
crcdisk.sys start up problem (with boot log) Jimmy Windows Vista Hardware 2 08-13-2007 08:22 PM
Vista auto-reboot after install OrangeGuy Windows Vista Installation 4 02-07-2007 03:05 AM
Re: No Matter What Installations Won't Boot On My Laptop Richard Urban Windows Vista Installation 1 01-06-2007 06:08 AM



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