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
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
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.