更改 Inno Setup 向导横幅中的图像

发布于 2024-12-05 22:02:55 字数 153 浏览 0 评论 0原文

如何更改巫师旗帜中的图像。我知道如何使用以下命令在第一页中更改它:

WizardImageFile=C:\Documents and Settings\mybmp.bmp

但我的问题是关于以下页面,它在顶部显示标准图像横幅。

How do I change the image in the banner of wizards. I know how to change it in the first page, using this command:

WizardImageFile=C:\Documents and Settings\mybmp.bmp

But my question is about following pages, where it shows standard image banner at the top.

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

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

发布评论

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

评论(1

冷默言语 2024-12-12 22:02:55

顶部的横幅由 WizardSmallImageFile< /a> 指令。例如:

[Setup]
...
WizardSmallImageFile=mysmallimage.bmp

位图的最大尺寸为 55x58 像素。

The banner at the top is controlled by the WizardSmallImageFile directive. For example:

[Setup]
...
WizardSmallImageFile=mysmallimage.bmp

The maximum size of the bitmap is 55x58 pixels.

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