使用 Resource Hacker 在构建后更改图标

发布于 2024-10-20 07:13:28 字数 848 浏览 2 评论 0原文

这个问题写在几个地方(例如 此处此处)。

在第二个问题中有一条评论说使用

ResHacker.exe -addoverwrite "Project.exe", "Project.exe", "ProgramIcon.ico", ICONGROUP, MAINICON, 0

我也尝试使用 -modify 而不是 -addoverwrite

ResHacker.exe -modify "Project.exe", "Project.exe", "ProgramIcon.ico", ICONGROUP, MAINICON, 0

但结果是相同的。

图标已更改:如果我右键单击 exe 文件并检查属性,我会看到图标已更改,但在 Windows 资源管理器中我仍然看到旧图标。

如果我使用 Resource Hacker 打开它(因此不将其用作命令行工具,而是用作普通 GUI 工具),我会在“打开文件”对话框中看到正确的图标。

有人能提出解决方案吗?我正在尝试在 Delphi 后期构建事件中使用它。

This question is written in several places (like here and here).

In the second question there is a comment that says to use

ResHacker.exe -addoverwrite "Project.exe", "Project.exe", "ProgramIcon.ico", ICONGROUP, MAINICON, 0

I also tried using -modify instead of -addoverwrite

ResHacker.exe -modify "Project.exe", "Project.exe", "ProgramIcon.ico", ICONGROUP, MAINICON, 0

but the result is the same.

The icon is changed: if I right click on the exe file and check the properties I see that the icon has been changed, but in Windows Explorer I still see the old icon.

If I open it with Resource Hacker (so not using it as command line tool, but as normal GUI tool) I see the correct icon in the "Open file" dialog.

Can anybody suggest a solution? I am trying to use this in a Delphi post build event.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

东北女汉子 2024-10-27 07:13:28

我怀疑您正在看到资源管理器图标缓存中的图标。

I suspect that you are seeing the icon from explorer's icon cache.

薄荷港 2024-10-27 07:13:28

大卫是对的,资源管理器的图标缓存需要更新。

ResHacker 命令之后将以下命令添加到批处理文件中:

ie4uinit.exe -ClearIconCache

ie4unit 是内置命令)

无需重新启动资源管理器。

David's right, Explorer's icon cache needs updating.

Add the following command to your batch file after your ResHacker command:

ie4uinit.exe -ClearIconCache

(ie4unit is a built-in command)

No need to restart explorer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文