更改 Inno Setup 向导横幅中的图像
如何更改巫师旗帜中的图像。我知道如何使用以下命令在第一页中更改它:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
顶部的横幅由
WizardSmallImageFile
< /a> 指令。例如:位图的最大尺寸为 55x58 像素。
The banner at the top is controlled by the
WizardSmallImageFile
directive. For example:The maximum size of the bitmap is 55x58 pixels.