From: Vitalie Vrabie on
hi.

currently i'm doing SetupCopyOEMInfW() for each inf file, then issue a
NetCfgClassSetup::Install() for the pnpid of my service (not miniport)
component.

it works fine on all systems in the test environment (2000, xp, vista
home) except for one Vista Business Edition installation at one of my
friends -- NetCfgClassSetup::Install() returns
SPAPI_E_NO_DRIVER_SELECTED.

am i missing something?
or is that vista business installation somehow corrupt?
From: Vitalie Vrabie on
> NetCfgClassSetup::Install() returns SPAPI_E_NO_DRIVER_SELECTED.

UPD: previous calls to SetupCompyOemInfW() succeed okay.
From: Gianluca Varenni on

"Vitalie Vrabie" <vitalie.vrabie(a)gmail.com> wrote in message
news:b05cc695-3c56-4616-8d21-8b16152b5792(a)m44g2000hsc.googlegroups.com...
> hi.
>
> currently i'm doing SetupCopyOEMInfW() for each inf file, then issue a
> NetCfgClassSetup::Install() for the pnpid of my service (not miniport)
> component.
>
> it works fine on all systems in the test environment (2000, xp, vista
> home) except for one Vista Business Edition installation at one of my
> friends -- NetCfgClassSetup::Install() returns
> SPAPI_E_NO_DRIVER_SELECTED.
>
> am i missing something?
> or is that vista business installation somehow corrupt?

Does bindview install your driver correctly on your Vista Business machine?

Have a nice day
GV

--
Gianluca Varenni, Windows DDK MVP

CACE Technologies
http://www.cacetech.com


From: Vitalie Vrabie on
> Does bindview install your driver correctly on your Vista Business machine?

haven't tried bindview. thanks for suggestion.

the built-in "install -> service" of the adapter properties seems to
install okay, but the driver doesn't seem to work there. i.e, it shows
the driver installed, shows the binding checkmark, but the data seems
to flow bypassing my driver. very strange.
From: Vitalie Vrabie on
> > Does bindview install your driver correctly on your Vista Business machine?
>
> haven't tried bindview. thanks for suggestion.
>
> the built-in "install -> service" of the adapter properties seems to
> install okay, but the driver doesn't seem to work there. i.e, it shows
> the driver installed, shows the binding checkmark, but the data seems
> to flow bypassing my driver. very strange.

tried bindview today.
same symptoms as for the service installation throgh the adapter
properties.
shows it installed and bound, but driver doesn't actually get control
(none of my kdprints are shown in dbgview).