Annoying message while installation

Hi,

When installing my WDM on Win2000 through the DeviceManager, I get this
message which says “Installing this device driver is not recommended
because Windows cannot verify that it is compatible with your hardware.If
the driver is not compatible, your hardware will not work correctly and
your computer might become unstable or stop working completely. Do you want
to continue installing this driver?”. The driver installs fine and
everything works fine. I am creating my own class in the inf file and am
installing the driver in that class.

Can anyone guide me as to how to get rid of this message ?
Thanks for all help
MV


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Try setting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing\Policy
= 0 and then install your driver.

Mike

-----Original Message-----
From: xxxxx@yahoo.com [mailto:xxxxx@yahoo.com]
Sent: Thursday, May 31, 2001 7:00 PM
To: NT Developers Interest List
Subject: [ntdev] Annoying message while installation

Hi,

When installing my WDM on Win2000 through the DeviceManager, I get this
message which says “Installing this device driver is not recommended
because Windows cannot verify that it is compatible with your hardware.If
the driver is not compatible, your hardware will not work correctly and
your computer might become unstable or stop working completely. Do you want
to continue installing this driver?”. The driver installs fine and
everything works fine. I am creating my own class in the inf file and am
installing the driver in that class.

Can anyone guide me as to how to get rid of this message ?
Thanks for all help
MV


You are currently subscribed to ntdev as: xxxxx@crystalvoice.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

My Computer->Properties->Hardware->Driver Signing … Read and select what
you want.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Friday, June 01, 2001 12:00 AM
To: NT Developers Interest List
Subject: [ntdev] Annoying message while installation

Hi,

When installing my WDM on Win2000 through the Device Manager, I get this
message which says “Installing this device driver is not recommended
because Windows cannot verify that it is compatible with your hardware. If
the driver is not compatible, your hardware will not work correctly and
your computer might become unstable or stop working completely. Do you want
to continue installing this driver?”. The driver installs fine and
everything works fine. I am creating my own class in the inf file and am
installing the driver in that class.

Can anyone guide me as to how to get rid of this message ?
Thanks for all help
MV


You are currently subscribed to ntdev as: xxxxx@broadstor.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

I tried it, but it did not help. I have used only the
following entries in the inf file to create a new
class

[ClassInstall32]
Addreg=ATSDClassReg

[ATSDClassReg]
HKR,0,%ClassName%
HKR,Icon,-5

Should I have any more entries ?? Should I have any
entries in the .rc file to avoid this message ?

Thanks for any help.
MV
— “Weaver, Mike”
wrote:
> Try setting
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver
> Signing\Policy
> = 0 and then install your driver.
>
> Mike
>
> -----Original Message-----
> From: xxxxx@yahoo.com [mailto:xxxxx@yahoo.com]
> Sent: Thursday, May 31, 2001 7:00 PM
> To: NT Developers Interest List
> Subject: [ntdev] Annoying message while installation
>
>
> Hi,
>
> When installing my WDM on Win2000 through the
> DeviceManager, I get this
> message which says “Installing this device driver is
> not recommended
> because Windows cannot verify that it is compatible
> with your hardware.If
> the driver is not compatible, your hardware will not
> work correctly and
> your computer might become unstable or stop working
> completely. Do you want
> to continue installing this driver?”. The driver
> installs fine and
> everything works fine. I am creating my own class in
> the inf file and am
> installing the driver in that class.
>
> Can anyone guide me as to how to get rid of this
> message ?
> Thanks for all help
> MV
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@crystalvoice.com
> To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Make sure you’re using the correct hardware and vendor IDs (and/or
‘compatible’ IDs) in your INF file for your device.

Regards,
Youssef

-----Original Message-----
From: M V [mailto:xxxxx@yahoo.com]
Sent: Friday, June 01, 2001 12:19 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Annoying message while installation

I tried it, but it did not help. I have used only the
following entries in the inf file to create a new
class

[ClassInstall32]
Addreg=ATSDClassReg

[ATSDClassReg]
HKR,0,%ClassName%
HKR,Icon,-5

Should I have any more entries ?? Should I have any
entries in the .rc file to avoid this message ?

Thanks for any help.
MV
— “Weaver, Mike”
wrote:
> Try setting
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver
> Signing\Policy
> = 0 and then install your driver.
>
> Mike
>
> -----Original Message-----
> From: xxxxx@yahoo.com [mailto:xxxxx@yahoo.com]
> Sent: Thursday, May 31, 2001 7:00 PM
> To: NT Developers Interest List
> Subject: [ntdev] Annoying message while installation
>
>
> Hi,
>
> When installing my WDM on Win2000 through the
> DeviceManager, I get this
> message which says “Installing this device driver is
> not recommended
> because Windows cannot verify that it is compatible
> with your hardware.If
> the driver is not compatible, your hardware will not
> work correctly and
> your computer might become unstable or stop working
> completely. Do you want
> to continue installing this driver?”. The driver
> installs fine and
> everything works fine. I am creating my own class in
> the inf file and am
> installing the driver in that class.
>
> Can anyone guide me as to how to get rid of this
> message ?
> Thanks for all help
> MV
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@crystalvoice.com
> To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

wrote in message news:xxxxx@ntdev…
>
> Can anyone guide me as to how to get rid of this message ?
>

As previous poster implied, this message is the result of your driver not
being “signed” by Microsoft.

According to the last info that I heard, there WILL be a signing program for
general purpose drivers. It is not clear to me, at least, exactly what this
will entail and what the procedures will be. You will certainly need to run
a set of generic tests, with driver verifier enabled.

That’s all I know, sorry!

Peter
OSR


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Besides, this only happens during install, and it takes very little time to
click past it and continue. I install a fresh driver set of the drivers I am
developing every time I install a new build of Windows XP, which means I see
this message every few weeks or so.

So your driver isn’t signed, big deal. Chances are your driver is providing
services that the available signed drivers don’t. My company provides a
driver for a Fibre Channel adapter that does things that the normal drivers
for the same cards don’t do. Personally I think signing is good, but not
every driver out there can or will be signed. Some times we have to “extend”
the envelope to meet the specifications laid upon us, and those “extensions”
have no hope of ever being signed. I highly doubt that I can ever get my
SCSI and peer to peer driver suite signed since I have used DLL exports in
the SCSI mini-port to call into a module that is compiled using the NTDDK
header. But then the customers I have using it, do not care about signing.

Does signing mean that a signed driver is “better” than my driver? No. It
simply means that the signed driver has been sent to Microsoft and it meets
their specifications. It in no way implies that an unsigned driver is a bad
driver or suspect. Frankly, I take pride in my work and try to provide my
customers with the best product that is equal to any signed driver on the
market. And there is no signed driver that I know of that will drive a
Qlogic ISP2100/2200 at 102 megabytes per second in a peer to peer
connection.

Customers that pay the hourly for developers to write custom drivers should
understand that. The simplest solution for this, is to inform your customers
that your driver is not a Microsoft blessed driver, and then get on with it.
:slight_smile:

Gary.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Peter Viscarola
Sent: Friday, June 01, 2001 3:04 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Annoying message while installation

wrote in message news:xxxxx@ntdev…
>
> Can anyone guide me as to how to get rid of this message ?
>

As previous poster implied, this message is the result of your driver not
being “signed” by Microsoft.

According to the last info that I heard, there WILL be a signing program for
general purpose drivers. It is not clear to me, at least, exactly what this
will entail and what the procedures will be. You will certainly need to run
a set of generic tests, with driver verifier enabled.

That’s all I know, sorry!

Peter
OSR


You are currently subscribed to ntdev as: xxxxx@broadstor.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Well actually it happens every time a new device managed by your driver
is installed, and that is truly annoying. Consider peripherals such as
usb devices that can come and go on a regular basis.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gary G. Little
Sent: Friday, June 01, 2001 8:04 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Annoying message while installation

Besides, this only happens during install, and it takes very
little time to click past it and continue. I install a fresh
driver set of the drivers I am developing every time I
install a new build of Windows XP, which means I see this
message every few weeks or so.

So your driver isn’t signed, big deal. Chances are your
driver is providing services that the available signed
drivers don’t. My company provides a driver for a Fibre
Channel adapter that does things that the normal drivers for
the same cards don’t do. Personally I think signing is good,
but not every driver out there can or will be signed. Some
times we have to “extend” the envelope to meet the
specifications laid upon us, and those “extensions” have no
hope of ever being signed. I highly doubt that I can ever get
my SCSI and peer to peer driver suite signed since I have
used DLL exports in the SCSI mini-port to call into a module
that is compiled using the NTDDK header. But then the
customers I have using it, do not care about signing.

Does signing mean that a signed driver is “better” than my
driver? No. It simply means that the signed driver has been
sent to Microsoft and it meets their specifications. It in no
way implies that an unsigned driver is a bad driver or
suspect. Frankly, I take pride in my work and try to provide
my customers with the best product that is equal to any
signed driver on the market. And there is no signed driver
that I know of that will drive a Qlogic ISP2100/2200 at 102
megabytes per second in a peer to peer connection.

Customers that pay the hourly for developers to write custom
drivers should understand that. The simplest solution for
this, is to inform your customers that your driver is not a
Microsoft blessed driver, and then get on with it.
:slight_smile:

Gary.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Peter Viscarola
Sent: Friday, June 01, 2001 3:04 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Annoying message while installation

wrote in message news:xxxxx@ntdev…
> >
> > Can anyone guide me as to how to get rid of this message ?
> >
>
> As previous poster implied, this message is the result of
> your driver not being “signed” by Microsoft.
>
> According to the last info that I heard, there WILL be a
> signing program for general purpose drivers. It is not clear
> to me, at least, exactly what this will entail and what the
> procedures will be. You will certainly need to run a set of
> generic tests, with driver verifier enabled.
>
> That’s all I know, sorry!
>
> Peter
> OSR
>
>
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@broadstor.com To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@tellink.net
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi,
I have read about this problem in ntdev list
Try setting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing\Policy
REG BINARY : 0 0 0 0 and then install your driver .
best regards
Mark

xxxxx@yahoo.com wrote:

Hi,

When installing my WDM on Win2000 through the DeviceManager, I get this
message which says “Installing this device driver is not recommended
because Windows cannot verify that it is compatible with your hardware.If
the driver is not compatible, your hardware will not work correctly and
your computer might become unstable or stop working completely. Do you want
to continue installing this driver?”. The driver installs fine and
everything works fine. I am creating my own class in the inf file and am
installing the driver in that class.

Can anyone guide me as to how to get rid of this message ?
Thanks for all help
MV


You are currently subscribed to ntdev as: xxxxx@arx.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

It isn’t enough. The value under HKEY_CURRENT_USER (the same path) must be
also set to zero.

Best regards,

Michal Vodicka
Veridicom
(RKK - Skytale)
[WWW: http://www.veridicom.com , http://www.skytale.com]


From: Weaver, Mike[SMTP:xxxxx@CrystalVoice.com]
Reply To: NT Developers Interest List
Sent: Friday, June 01, 2001 8:34 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Annoying message while installation

Try setting HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver
Signing\Policy
= 0 and then install your driver.

Mike

-----Original Message-----
From: xxxxx@yahoo.com [mailto:xxxxx@yahoo.com]
Sent: Thursday, May 31, 2001 7:00 PM
To: NT Developers Interest List
Subject: [ntdev] Annoying message while installation

Hi,

When installing my WDM on Win2000 through the DeviceManager, I get this
message which says “Installing this device driver is not recommended
because Windows cannot verify that it is compatible with your hardware.If
the driver is not compatible, your hardware will not work correctly and
your computer might become unstable or stop working completely. Do you
want
to continue installing this driver?”. The driver installs fine and
everything works fine. I am creating my own class in the inf file and am
installing the driver in that class.

Can anyone guide me as to how to get rid of this message ?
Thanks for all help
MV


You are currently subscribed to ntdev as: xxxxx@crystalvoice.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@rkk.cz
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com