How do I change device name string.

Hi,

On Vista, our driver is shipped inbox, I am trying to udpate it with my
outbox driver.
As part of outbox driver updation, I expect the name of the device to get
changed to
outbox driver name mentioned in inf file when I see that in Device
Manager…

But I find that after outbox driver updation, the name of the device for
BD does not get changed to outbox driver name,
though device name of child devices are correctly reflected in Device
Manager.
Even if I right-click on device->Driver->Driver Details
it shows name of inbox driver
though details of driver binary, driver version no are shown correctly.

When I do:
right-click on device->Details-> and in “Property” select “Device
Description” it shows outbox-driver name.

There is a discrepancy b/w “Device Descipription” in Details section and
“Driver File Details” in Device Manager.

Can someone point me the problem area/how do I go about troubleshooting the
problem?

Does the OS store the name retreived from “DeviceDesc” mentioned in inf
file internally in some registry?
Do I need to remove this registry entry or some other entry and if so,
should it be done inside my co-installer?

Thanks,
-Praveen