I have write a vitual NIC driver, How can I write a application to install
the driver?

Re: Install vitual NIC by shawn

shawn
Fri Dec 10 14:10:35 CST 2004

The devcon sample in the DDK is a command line version of the device
manager. I think it will help you.


Re: Install vitual NIC by stewo68

stewo68
Mon Dec 13 10:25:48 CST 2004

Also take a look at the INetCfg interface as illustrated in the DDK
docs and samples, see also

http://groups-beta.google.com/group/comp.os.ms-windows.programmer.nt.kernel-mode/msg/0c508d7ae972732e

Stephan
---
shawn wrote:
> The devcon sample in the DDK is a command line version of the device
> manager. I think it will help you.