Can we install NDIS IM driver using DriverPackageInstall?
I am using sample DIFxCmd.exe and run following commands.
For miniport inf file.
DIFxCmd.exe /i C:\DriverSample\Driver\Driver_m.inf 16 4
DIFxAPI Sampe Program
INFO: Option "/i"
INFO: Input file "C:\DriverSample\Driver\Driver_m.inf"
INFO: Flags 0x14 (20)
TEST: installing driver package.
LOG Event: 1, ENTER: DriverPackageInstallW
LOG Event: 1, Installing INF file 'C:\WINDOWS\system32\DRVSTORE
\Driver__4F65C
6FF4A937D377E421C0262F8F228072B3B70\Driver_m.inf' of Type 6.
LOG Event: 1, Looking for Model Section [MSFT.NTx86]...
LOG Event: 1, No matching devices found in INF "C:\WINDOWS
\system32\DRVSTORE\
Driver__4F65C6FF4A937D377E421C0262F8F228072B3B70\Driver_m.inf" on the
Machine
.
LOG Event: 1, No drivers installed. No devices found that match driver
(s) contai
ned in 'C:\WINDOWS\system32\DRVSTORE
\Driver__4F65C6FF4A937D377E421C0262F8F228
072B3B70\Driver_m.inf'.
LOG Event: 0, Installation completed with code 0xE000020B.
LOG Event: 1, RETURN: DriverPackageInstallW (0xE000020B)
INFO: There aren't any live devnodes with the DeviceId contained in
the INF.
=================================
For protocol inf file.
C:\DriverSample>DIFxCmd.exe /i C:\DriverSample\Driver\Driver.inf 16 4
DIFxAPI Sampe Program
INFO: Option "/i"
INFO: Input file "C:\DriverSample\Driver\Driver.inf"
INFO: Flags 0x14 (20)
TEST: installing driver package.
LOG Event: 1, ENTER: DriverPackageInstallW
LOG Event: 1, Installing INF file 'C:\WINDOWS\system32\DRVSTORE
\Driver_526D22
112DCB6AFF96AFE8F4F95F28E66E0178E0\Driver.inf' of Type 6.
LOG Event: 1, Looking for Model Section [CD.NTx86]...
LOG Event: 1, No matching devices found in INF "C:\WINDOWS
\system32\DRVSTORE\
Driver_526D22112DCB6AFF96AFE8F4F95F28E66E0178E0\Driver.inf" on the
Machine.
LOG Event: 1, No drivers installed. No devices found that match driver
(s) contai
ned in 'C:\WINDOWS\system32\DRVSTORE
\Driver_526D22112DCB6AFF96AFE8F4F95F28E66
E0178E0\Driver.inf'.
LOG Event: 0, Installation completed with code 0xE000020B.
LOG Event: 1, RETURN: DriverPackageInstallW (0xE000020B)
INFO: There aren't any live devnodes with the DeviceId contained in
the INF.
Could you please let me know that Where am I doing wrong?
Regards,
Anand Choubey
No, DifX does not support NDIS IMs.
Please google for other solutions and visit ndis.com
--pa
Thanks for reply.
Is there any reason why does DiFx not support it?
Regards,
Anand Choubey
On Jan 5, 5:12 pm, "Pavel A." <pave...@12fastmail34.fm> wrote:
> "Anand Choubey" <anand.chou...@gmail.com> wrote in message
Probably because IMs are not a common sort of drivers (and deprecated in
NT6+), and need special tricks to install.
Regards,
--pa
"Pavel A." wrote:
> .
>