开发者

Change the image in the Inno Setup wizard banner

开发者 https://www.devze.com 2023-04-06 06:02 出处:网络
How do I change the image in the banner of wizards. I know how to change it in the first page, using this command:

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 f开发者_高级运维ollowing pages, where it shows standard image banner at the top.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消