views:

176

answers:

1

I am learning windows NDIS Intermediate(IM) driver development.I am getting problem in installation . I always need to install it manually.

My question is how can i do NDIS intermediate (IM) driver installation programmatically

Regards

Navaneeth

A: 

I believe there is an example of how to do this in the WinDDK. Just look through the NDIS example code, specifically (if I remember right), the NDIS Passthru Driver has installer code.

Brandon