最终 .exe 的 ILMERGE 图标

发布于 2024-07-17 09:32:17 字数 230 浏览 12 评论 0原文

我有几个 dll 和一个 .exe 文件(称为 input.exe)。 当前使用 ILMERGE 将它们合并到单个 output.exe 文件中。

input.exe 文件带有一个图标。 然而,创建的output.exe在input.exe中没有图标

所以总而言之,我想要一个output.exe的图标(使用ILMERGE创建)

你能帮我解决这个问题吗?

谢谢。

I have a couple of dlls and an .exe file (call it input.exe). These are currently merged into a single output.exe file using ILMERGE.

The input.exe file has an icon with it.
However the output.exe that is created does not have the icon in input.exe

So to sum it up, I would like to have an icon for the output.exe (that is created using ILMERGE)

Could you help me figure this out?

Thanks.

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

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

发布评论

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

评论(2

著墨染雨君画夕 2024-07-24 09:32:17

您应该将 input.exe 指定为主程序集(在命令行中指定的第一个程序集),并且它应该在合并的可执行文件中包含图标。

至少我使用的版本是这样的:2.9.210.0。

You should specify input.exe as your primary assembly (the first assembly specified in the command line) and it should include the icon in the merged executable.

At least it does so with the version I'm using: 2.9.210.0.

输什么也不输骨气 2024-07-24 09:32:17

为什么不使用工具并将图标制作为您想要的任何内容?

Why not use a tool and make the icon anything you want?

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