How to install a virtual bus driver on win XP

Hello, everyone!

I wrote a virtual bus driver with wdm. I can only install it to the system by the adding hardware wizard of windows. It is not convenient enough as a product. As a new guy in windows driver, I don’t know how to make a installation program. The toaster sample has a installation packet, but it can only install the application. Who can help me?

I’d use DevCon (Under %PUBLIC_ROOT%\tools\devcon\i386) to test the installation of the driver then modify the code to make an installer out of it. The code is under %PUBLIC_ROOT%\src\setup\devcon

Copy/paste from DevCon source, or use the DPInst framework.


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

<disney_cheng> wrote in message news:xxxxx@ntdev…
> Hello, everyone!
>
> I wrote a virtual bus driver with wdm. I can only install it to the system by the adding hardware wizard of windows. It is not convenient enough as a product. As a new guy in windows driver, I don’t know how to make a installation program. The toaster sample has a installation packet, but it can only install the application. Who can help me?
></disney_cheng>