From: Mike [MSFT] on
That specific warning is caused by the INF not having and matching hardware
or compatible IDs with what the devnode reports. As far as PnP is concerned
the INF is not compatible because no IDs match. That particular warning
isn't related to signing. If you know the INF is compatible with the device
(it sounds like you do know because you own the INF) then you should add at
least one of the device's hardware or compatible IDs to the INF.

-Mike

"Sushma" <sushma.yella(a)gmail.com> wrote in message
news:b4a3c270-94b1-44c0-ae9a-b97fa52cf44b(a)u19g2000prh.googlegroups.com...
> Hi All,
>
> I install my disk upper filter driver using an INF file. From device
> manager I select the disk device and select update driver. After
> selecting the driver I get a update driver warning.
>
> "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 function correctly and your
> computer might become unstable or stop working completely. Do you want
> to continue installing this driver?"
>
> If I press Yes, the installation continues.
>
> Does this message appear If I use wrong INF file or is it a default
> message if driver is not WHQL signed?
>
> Is there a way I can eliminate this message?
>
> Any information would be helpful.
>
> Thanks and Regards,
> Sushma

From: Sushma on
> That specific warning is caused by the INF not having and matching hardware
> or compatible IDs with what the devnode reports.  As far as PnP is concerned
> the INF is not compatible because no IDs match.  That particular warning
> isn't related to signing.  If you know the INF is compatible with the device
> (it sounds like you do know because you own the INF) then you should add at
> least one of the device's hardware or compatible IDs to the INF.
>

Thanks for the reply.

I had changed the hardware/compatible ID in INF file and now able to
install the without the warning message.

~Sushma