- how do I programmatically install ndis driver on windows 2000?
- Posted by Glenn on October 27th, 2003
how do I programmatically install ndis driver on windows 2000?
the sample in ddk (src\setup\install) doesnot work..
- Posted by Brian Franklin on October 27th, 2003
You'll need to be a little more specific on the "doesn't
work" part. I use the install example you point to and it
works for my ndis miniport driver on everything from Win2K
up.
Is the problem that your device id isn't found?
Perhaps your driver is installed, but not configured?
Does your driver install if you do it manually through the
device manager?
- Posted by clbyj on October 28th, 2003
I want to know how i can install the protocol driver?
I don't know if it can do without notify object.
thanks a lot!
- Posted by Tarundeep Singh Kalra on October 28th, 2003
see snetcfg sample in DDK
--
Tarundeep Singh Kalra
(tarundeep1976_nospam_at_yahoo_dot_nospam_dot_com)
"clbyj" <clbyj@163.com> wrote in message
news:cd9d7deb.0310271728.1d5902cd@posting.google.c om...
- Posted by Stephan Wolf on October 31st, 2003
....the "netcfg" sample is no longer available in the latest DDKs, see
the BindView sample instead.
Stephan
---
On Tue, 28 Oct 2003 10:34:44 +0530, "Tarundeep Singh Kalra" <tkalra at
gric dot com NOSPAM> wrote: