Is it possible to define what icon appears in the Add or Remove Programs listing in Windows? If so How?
Professional Software Development Tools
Is it possible to define what icon appears in the Add or Remove Programs listing in Windows? If so How?
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"
Yes, that did it, Thanks for lighting up a path for me in the registry jungle