bluesm
2nd April 2004 13:17 UTC
Add/Remove Program icon
Dows anyone knows how can i configure which icon will appear at the Add/Remove Program list, in Control Panel??
What i noticed is that neither Icon "xxx" nor UninstallIcon "xxx" makes the xxx icon appear there...
Thanks in advance.
evilO
2nd April 2004 13:45 UTC
Hi :)
To achieve that you have to have to create a special registry key:
WriteRegStrHKLM
"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\MY_APP_NAME""DisplayIcon""c:\\MY_ICON_PATH\\My_Icon_File.ico"
Replace "HKLM" by "HKCU" if it's for the current user only.
evilO/Olive