开发者

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

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

I assume that w开发者_StackOverflow中文版ould be in the Registry setting for the uninstaller, but I don' see an obvious place to assign that.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜