Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.ms-windows.programmer.nt.kernel-mode > #48
| From | Tim Roberts <timr@probo.com> |
|---|---|
| Newsgroups | comp.os.ms-windows.programmer.nt.kernel-mode |
| Subject | Re: How to certify a driver? |
| Date | 2013-11-24 21:08 -0800 |
| Organization | Providenza & Boekelheide, Inc. |
| Message-ID | <mjm599d37e9vesd29bm2cifiqm73m5pgk8@4ax.com> (permalink) |
| References | <l6kvub$nh1$1@node2.news.atman.pl> |
Piotr Wyderski <peter.pan@neverland.mil> wrote: > >I have an x64 Vista driver for an AVR programmer >(visible as a virtual COM port), but Win7 refuses >to use it after installation (despite my explicit >approval during installation), because it has not >been certified. No. It refuses to LOAD the driver because it is not SIGNED. All 64-bit drivers must be signed. You can sign the driver yourself, as long as you have the appropriate type of certificate. It does not have to be certified. However, this requirement did not change between Vista and Win 7. If your driver was signed for Vista, then it should work in Win 7, unless you modified it. Are you using exactly the same driver package as you did for Vista? >So, what should I do in order to make it work the "normal" way? Is this a driver you wrote? Or is this from a 3rd party? If it is from a 3rd party, then you need to get the current build from them. If it is one you wrote, then you need to sign it. -- Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc.
Back to comp.os.ms-windows.programmer.nt.kernel-mode | Previous | Next — Previous in thread | Find similar
How to certify a driver? Piotr Wyderski <peter.pan@neverland.mil> - 2013-11-21 13:56 +0100 Re: How to certify a driver? Tim Roberts <timr@probo.com> - 2013-11-24 21:08 -0800
csiph-web