PDA

View Full Version : How to Define Icon in Add or Remove Programs list


tomarppe
06-19-2002, 07:18 AM
Is it possible to define what icon appears in the Add or Remove Programs listing in Windows? If so How?

Terry Vance
09-04-2002, 02:02 PM
I haven't verified this, but looks like a likely suspect.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\YourApp]

"DisplayIcon"="C:\\YourPath\\Your.exe"

tomarppe
09-04-2002, 03:47 PM
Yes, that did it, Thanks for lighting up a path for me in the registry jungle