|
Prev: Need command options for working in Device manager
Next: Dynamic linking to ksecdd on Windows Server 2008
From: Vitalie Vrabie on 26 Apr 2008 17:10 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 26 Apr 2008 17:12 > NetCfgClassSetup::Install() returns SPAPI_E_NO_DRIVER_SELECTED. UPD: previous calls to SetupCompyOemInfW() succeed okay.
From: Gianluca Varenni on 28 Apr 2008 12:14 "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 28 Apr 2008 13:57 > 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 30 Apr 2008 12:51 > > 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).
|
Next
|
Last
Pages: 1 2 3 Prev: Need command options for working in Device manager Next: Dynamic linking to ksecdd on Windows Server 2008 |