Displaying vertical images with Inno Setup

时间:2018-03-25 19:26:37

标签: inno-setup

If you look here it shows a vertical image on the left. Example:

Sample with vertical image

Now, I have the entries in my [Setup] section:

WizardImageFile=compiler:wizmodernimage-is.bmp
WizardSmallImageFile=compiler:wizmodernsmallimage-is.bmp

Yet for me, I never get images showing on the left:

No Vertical

Has the vertical image been dropped? I verify the files are in the compiler folder.

1 个答案:

答案 0 :(得分:2)

I found this answer. It states:

The WizardImageFile is shown on the Welcome and Finish pages. However, the Welcome page is skipped by default now (see DisableWelcomePage), so it will normally only be visible on the Finished page. (This is enabled by default, but it is possible that you disabled that too -- see DisableFinishedPage.)

The WizardSmallImageFile is shown on all other pages.

That explains why I can’t see the images. Wonder by the Welcome Page is off by default?

I found this which states:

Don't use Welcome pages—make the first page functional whenever possible. Use an optional Getting Started page only when:

  • The wizard has prerequisites that are necessary to complete the wizard successfully.
  • Users may not understand the purpose of the wizard based on its first Choice page, and there isn't room for further explanation.
  • The main instruction for Getting Started pages is "Before you begin:".