【问题标题】:Where do you assign the .ico file to display for a program's Unisntall (in Add/Remove programs) in Windows?您在哪里分配 .ico 文件以显示 Windows 中的程序卸载(在添加/删除程序中)?
【发布时间】:2010-12-19 18:21:21
【问题描述】:

我想指定一个图标显示在 Windows 添加/删除程序中我的应用程序卸载程序旁边。

我认为这将在卸载程序的注册表设置中,但我没有看到一个明显的位置来分配它。

【问题讨论】:

    标签: windows uninstallation addremoveprograms


    【解决方案1】:

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

    DisplayIcon 应该是一个REG_SZ 键并且应该给出要使用的图标文件的绝对路径。

    【讨论】:

      猜你喜欢
      • 2010-10-02
      • 1970-01-01
      • 2010-09-23
      • 1970-01-01
      • 2011-07-18
      • 1970-01-01
      • 1970-01-01
      • 2011-01-25
      • 1970-01-01
      相关资源
      最近更新 更多