Where do you assign the .ico file to display for a program's Unisntall (in Add/Remove programs) in Windows?

StackOverflow https://stackoverflow.com/questions/1787936

Question

I want to assign an icon to display next to my app's Uninstaller in the Windows Add/Remove programs.

I assume that would be in the Registry setting for the uninstaller, but I don' see an obvious place to assign that.

Was it helpful?

Solution

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\YourProgramName\DisplayIcon

DisplayIcon should be a REG_SZ key and should give the absolute path of the icon file to use.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top