kalbun <> wrote:
>
>What you are saying does not seem completely correct.
No, Don is right.
>For non-signed drivers you can add the [DefaultInstall] section that allows
>you to install from right-click.
Well, I think you have cause and effect backwards.
The [DefaultInstall] thing is nothing more than a poor man's software
installer. It lets you copy files and make registry entries, explicitly.
It does not create a device node, and it has nothing to do with
plug-and-play. So, a [DefaultInstall]-based INF cannot be submitted to
WHQL. A plug-and-play INF must have a DDInstall section that matches a
plug-and-play ID, not [DefaultInstall].
>"Providing a DefaultInstall section is optional. If an INF file does not
>include a DDInstall section, selecting "Install" after right-clicking on the
>file name causes an error message to be displayed."
That should say "DefaultInstall", not "DDInstall".
>On the other hand, it seems that if the driver package is signed you are
>obliged NOT to have the DefaultInstall section.
Sort of. An INF with [DefaultInstall] is not PnP.
--
Tim Roberts,
Providenza & Boekelheide, Inc.