如何给程序设置图标?

发布于 2024-10-16 03:38:11 字数 142 浏览 1 评论 0原文

如何使用某种隐藏(设置)文件为现有的program.exe和icon.ico(在同一文件夹中)设置图标?

编辑:我知道 py2exe CustomIcon 选项,也关于 WinRar Sfx ...

问题是:我描述的这种特定方式有可能吗?

How can i set up icon for my existing program.exe and icon.ico ( in the same folder ) using some sort of hidden (settings) file ?

Edit: i am aware of py2exe CustomIcon option, also about WinRar Sfx ...

Question is: it is possible in this specific way i described ?

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

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

发布评论

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

评论(2

平生欢 2024-10-23 03:38:11

这样做:

如果您没有 winrar,请安装它!

然后右键单击您的program.exe并选择“添加到存档...”,在“存档选项”下选择“创建SFX存档”。现在转到“高级”选项卡,然后单击“常规选项卡”上的“SFX 选项”设置您需要的所有内容,并在“模式”选项卡下添加“提取后运行”(yourprogram.exe),在静默组框下选择“隐藏全部”,然后转到到“更新”选项卡并选择“更新模式”(提取和替换文件)和“覆盖模式”(覆盖所有文件)现在转到“TextAndIcon”选项卡并将标题 yourprogram.exe 名称放在“从文件”添加你想要的图标!单击“确定”,然后再次单击“确定”。现在等待编译,您的程序就带有图标了!

只需注意你想要安装它的位置,或者如果它没有任何安装方向,那么你可以使用“SFX 选项”中“模式”选项卡下的“解压到临时文件夹”!

认为这会对您有所帮助! :)

do it like this:

If you dont have winrar then install it!

Then right click on your program.exe and select "Add to archive...", under "Archiving options" select "Create SFX Archive". Now go to tab "Advanced" and click on "SFX Options" on "General tab" setup all you need and add "Run after extraction" (yourprogram.exe) under "Modes" tab select "Hide All" under silent groupbox, go to "Update" tab and select "Update Mode" (Extract and replace files) and "Overwrite mode" (Overwrite all files) now go to "TextAndIcon" tab and put to title yourprogram.exe name and under "Load SFX icon from the file" add an icon you want! Click OK, and click OK again. Now wait to compile and you have your program with icon!

Just have to watch where you want it to be installed, or if it doesnt have any install direction then you use "Unpack to temporary folder" under the "Modes" tab in "SFX Options"!

Think this will help you! :)

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