How install driver on device with given device instance id int there are two
ddevices and they have same hardware id?

UpdateDriverForPlugAndPlayDevices install on both devices - it is not good.

SetupDiXXX - Causes driver unsigned message to show multiple times (on each
function call).

Re: Install driver on only one device by Eliyas

Eliyas
Wed Feb 08 10:41:40 CST 2006

Here is the complete solution: http://support.microsoft.com/kb/889763.

-Eliyas

"=?Utf-8?B??=" <@discussions.microsoft.com> wrote in message
news:49DD781C-CD76-416E-9133-802E48E9DA8D@microsoft.com...
> How install driver on device with given device instance id int there are
> two
> ddevices and they have same hardware id?
>
> UpdateDriverForPlugAndPlayDevices install on both devices - it is not
> good.
>
> SetupDiXXX - Causes driver unsigned message to show multiple times (on
> each
> function call).



Re: Install driver on only one device by G

G
Thu Feb 09 07:25:13 CST 2006

Eliyas,

I tried using this technque for solving my problem of two drivers for one
device.

But, somehow, the application returns NO ERROR. But the driver doesn't get
installed.

Can you throw some light on the problem I am facing here?

--Raj

"Eliyas Yakub [MSFT]" <eliyasy@online.microsoft.com> wrote in message
news:ebyvG6MLGHA.536@TK2MSFTNGP09.phx.gbl...
> Here is the complete solution: http://support.microsoft.com/kb/889763.
>
> -Eliyas
>
> "=?Utf-8?B??=" <@discussions.microsoft.com> wrote in message
> news:49DD781C-CD76-416E-9133-802E48E9DA8D@microsoft.com...
>> How install driver on device with given device instance id int there are
>> two
>> ddevices and they have same hardware id?
>>
>> UpdateDriverForPlugAndPlayDevices install on both devices - it is not
>> good.
>>
>> SetupDiXXX - Causes driver unsigned message to show multiple times (on
>> each
>> function call).
>
>



Re: Install driver on only one device by Eliyas

Eliyas
Sat Feb 11 14:01:18 CST 2006

Look at the setupapi.log and see if it gives any clue to the problem.

-Eliyas

"G.N.Raj" <gnraj@hotmail.com> wrote in message
news:%23DejMwXLGHA.2696@TK2MSFTNGP14.phx.gbl...
> Eliyas,
>
> I tried using this technque for solving my problem of two drivers for one
> device.
>
> But, somehow, the application returns NO ERROR. But the driver doesn't get
> installed.
>
> Can you throw some light on the problem I am facing here?
>
> --Raj
>
> "Eliyas Yakub [MSFT]" <eliyasy@online.microsoft.com> wrote in message
> news:ebyvG6MLGHA.536@TK2MSFTNGP09.phx.gbl...
>> Here is the complete solution: http://support.microsoft.com/kb/889763.
>>
>> -Eliyas
>>
>> "=?Utf-8?B??=" <@discussions.microsoft.com> wrote in message
>> news:49DD781C-CD76-416E-9133-802E48E9DA8D@microsoft.com...
>>> How install driver on device with given device instance id int there are
>>> two
>>> ddevices and they have same hardware id?
>>>
>>> UpdateDriverForPlugAndPlayDevices install on both devices - it is not
>>> good.
>>>
>>> SetupDiXXX - Causes driver unsigned message to show multiple times (on
>>> each
>>> function call).
>>
>>
>
>



Re: Install driver on only one device by G

G
Tue Feb 14 11:38:13 CST 2006

Thanks Eliyas.

There was some problem with that WinXP system. I tried on different machines
and it worked and then re-installed XP on this system and it works fine
after that.

Thank you very much for the great help.

Regards,

Raj

"Eliyas Yakub [MSFT]" <eliyasy@online.microsoft.com> wrote in message
news:eYC6gX0LGHA.2316@TK2MSFTNGP11.phx.gbl...
> Look at the setupapi.log and see if it gives any clue to the problem.
>
> -Eliyas
>
> "G.N.Raj" <gnraj@hotmail.com> wrote in message
> news:%23DejMwXLGHA.2696@TK2MSFTNGP14.phx.gbl...
>> Eliyas,
>>
>> I tried using this technque for solving my problem of two drivers for one
>> device.
>>
>> But, somehow, the application returns NO ERROR. But the driver doesn't
>> get installed.
>>
>> Can you throw some light on the problem I am facing here?
>>
>> --Raj
>>
>> "Eliyas Yakub [MSFT]" <eliyasy@online.microsoft.com> wrote in message
>> news:ebyvG6MLGHA.536@TK2MSFTNGP09.phx.gbl...
>>> Here is the complete solution: http://support.microsoft.com/kb/889763.
>>>
>>> -Eliyas
>>>
>>> "=?Utf-8?B??=" <@discussions.microsoft.com> wrote in message
>>> news:49DD781C-CD76-416E-9133-802E48E9DA8D@microsoft.com...
>>>> How install driver on device with given device instance id int there
>>>> are two
>>>> ddevices and they have same hardware id?
>>>>
>>>> UpdateDriverForPlugAndPlayDevices install on both devices - it is not
>>>> good.
>>>>
>>>> SetupDiXXX - Causes driver unsigned message to show multiple times (on
>>>> each
>>>> function call).
>>>
>>>
>>
>>
>
>