change icon

I am trying to update my windows 2000 driver. The modifications include
changing the driver icon. However, changing the icon number in the INF
ClassInstall32 section does not take effect since system setup code ignores
the ClassInstall32 section that specifies an existing GUID value in its
Version section. In order to change the icon, I had to go to registry and
delete/modify the corresponding subkeys.

I don’t think it is a good idea to tell my customer to play with the
registry. What is the correct way to make the change?

Thanks,

Wendy


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

You will need your own class GUID and class installer DLL.
The icons are per-class.

Max

----- Original Message -----
From:
To: “NT Developers Interest List”
Sent: Monday, November 12, 2001 11:55 AM
Subject: [ntdev] change icon

> I am trying to update my windows 2000 driver. The modifications include
> changing the driver icon. However, changing the icon number in the INF
> ClassInstall32 section does not take effect since system setup code ignores
> the ClassInstall32 section that specifies an existing GUID value in its
> Version section. In order to change the icon, I had to go to registry and
> delete/modify the corresponding subkeys.
>
> I don’t think it is a good idea to tell my customer to play with the
> registry. What is the correct way to make the change?
>
> Thanks,
>
> Wendy
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com