locked
Installing NDIS Protocol Drivers and Deployment RRS feed

  • Question

  • I am trying to deploy the NDIS 6.0 Sample Protocol Driver, but I could not manage it.
    What are the basic protocol drivers installation steps??
    First install the service with SCM or "net create ..." and then register the service using INetCfg?
    I managed to install the driver in the host machine but not by deployment.
    The installation of the package fails... is it due to the lack of the INetCfg registering?

    Wednesday, August 27, 2014 6:20 PM

Answers

  • Yes,  deployment by Visual Studio does not support some kinds of drivers. Just install manually, as you already do.

    -- pa

    • Marked as answer by Brian Catlin Wednesday, August 27, 2014 7:46 PM
    Wednesday, August 27, 2014 7:12 PM

All replies

  • If I install the driver manually in a target computer, is it possible to run the debug in a host machine?
    I tried this, but maybe not correctly. If it is possible, what details should I watch out for?
    Thursday, August 28, 2014 2:50 PM
  • Yes it should be possible, just put some breakpoints. But it may be easier and quicker to get going with Windbg. The VS-based kernel debugger still has some wrinkles.

    -- pa

    Thursday, August 28, 2014 3:07 PM
  • Thanks!
    Thursday, August 28, 2014 3:31 PM