Installing USB device driver!

How I can install USB driver without plugging the USB Device?

Nobody knows?

Follow the recommendations given in the ddk
“Writing a Device Installation Application”.

Use SetupCopyOEMInf to prepare for the device being plugged in.

It is not possible to fully install your driver. You would need the
bus enumerator to create a matching device node. This device node
depends on the serial-nr that comes via device-descriptor on USB.

Norbert.

“Happiness is like perfume. You can’t give it away without getting
some on yourself.”
---- snip ----

Perhaps it maybe a case of answering the same question to many times. Try
searching the archives or reading the “Fine” manual, perhaps a section on
Driver Update maybe a good starting place.

wrote in message news:xxxxx@ntdev…
>
> Nobody knows?
>
>