Change the image in the Inno Setup wizard banner

2019-02-12 08:12发布

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.

标签: inno-setup
1条回答
做个烂人
2楼-- · 2019-02-12 08:49

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.

查看更多
登录 后发表回答