I want all my inno set up pages to look like below :
相关问题
- How does the setup bootstrapper detect if prerequi
- Installation of Leiningen 2.X in Mac OS X
- Error when installing TDA package on R
- Magento Fatal error: Maximum execution error solut
- Why isn't bundle install allowing for the pg g
相关文章
- Getting errors / failing tests when installing Pyt
- How do you make an installer for your python progr
- Installing the R interpeter and R as a shared libr
- How to get path of the php binary on server where
- Looking for documentation on the “right” way to in
- In inno setup how to set the unins000.exe with pro
- What Component IDs should I search for to detect w
- How to Download MSI installer with argument for us
The small wizard image is accessible using
WizardForm.WizardSmallBitmapImage
which is of typeTBitmapImage
. You can change the size and position of this control to suit your design (within the top panel). You can also hide/reposition the labels (WizardForm.PageNameLabel
andWizardForm.PageDescriptiontLabel
) in the same way.As for the extra fields, see this question.