my UMDF driver emulates a com port and works fine now. It is possible to have
more than one device controlled by the driver, but when I install this, every
time i install the driver again, it first reinstals the existing instances.
Since the driver is not signed, this means that I have to confirm once for
one device, 3 times for 2 devices, 6 times for 3 devices and so on. How can I
avoid this?

Thanks,
Jan

Re: installing multiple devices with one driver by Doron

Doron
Tue Feb 05 15:07:23 CST 2008

sign the driver.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"jan" <jan@nospam.nospam> wrote in message
news:5D0517B8-D675-466E-9197-0B0211352748@microsoft.com...
> my UMDF driver emulates a com port and works fine now. It is possible to
> have
> more than one device controlled by the driver, but when I install this,
> every
> time i install the driver again, it first reinstals the existing
> instances.
> Since the driver is not signed, this means that I have to confirm once for
> one device, 3 times for 2 devices, 6 times for 3 devices and so on. How
> can I
> avoid this?
>
> Thanks,
> Jan


Re: installing multiple devices with one driver by Bill

Bill
Tue Feb 05 17:08:21 CST 2008

For testing, test sign the driver. Real easy with the WDK now.

Bill M.


"jan" <jan@nospam.nospam> wrote in message
news:5D0517B8-D675-466E-9197-0B0211352748@microsoft.com...
> my UMDF driver emulates a com port and works fine now. It is possible to
> have
> more than one device controlled by the driver, but when I install this,
> every
> time i install the driver again, it first reinstals the existing
> instances.
> Since the driver is not signed, this means that I have to confirm once for
> one device, 3 times for 2 devices, 6 times for 3 devices and so on. How
> can I
> avoid this?
>
> Thanks,
> Jan