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

Vik*_*oss 13 inno-setup

如何更改向导标题中的图像.我知道如何使用此命令在第一页中更改它:

WizardImageFile=C:\Documents and Settings\mybmp.bmp
Run Code Online (Sandbox Code Playgroud)

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

mir*_*eil 23

顶部的横幅由WizardSmallImageFile指令控制.例如:

[Setup]
...
WizardSmallImageFile=mysmallimage.bmp
Run Code Online (Sandbox Code Playgroud)

位图的最大大小为55x58像素.

  • 如果像我一样,您还想更改第一个安装程序页面左侧的大图像,您可以按照[此博客文章]上的说明进行操作(http://www.andrew-seaford.co.uk/custom-inno -主题/). (5认同)