【发布时间】:2017-11-15 06:16:53
【问题描述】:
是否可以在开始菜单中更改卸载程序快捷方式的图标而不存储单独的图标文件(到应用文件夹)?
我看到了这个:Using Resource Hacker for changing the icon after the build,但我无法实现它。
我的代码:
[Icons]
Name: {group}\{cm:UninstallProgram,{#MyAppName}}; Filename: {uninstallexe}
【问题讨论】:
-
您可以使用
IconFilename: "{app}\icon.ico";设置图标,对于程序和应用程序,您可以使用UninstallDisplayIcon={app}\icon.ico在[设置] 部分设置图标 -
@MartinPrikryl 我不想将图标文件添加到应用程序文件夹中,我完全理解。
标签: inno-setup desktop-shortcut startmenu windows-shortcut