- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Icon or Banner size for Basic MSI dialogs
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Icon or Banner size for Basic MSI dialogs
Hi,
I have Installshield 2023 Basic MSI project. I want to swap out the installshield icons and banners on the dialogs for custom ones.
e.g. in the Dialogs view, for the DestinationFolder dialog, there is InstallShield banner at the top.
It points to <ISProductFolder>\Support\Themes\InstallShield Blue Theme\banner.jpg.
Instead of above I tried using some custom .jpg and .bmp but they show up distorted.
What size banner/icons do I need so they get displayed properly.
thanks.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi - The banner image should be 499 by 58 pixels.
To find the size of other Images you can use this method:
- In the Dialog view of your project - select the dialog image that you want to replace.
- In the right hand window note the File Name location
- Navigate to the file name location, find the file, right click, select properties and then Details Tab
This will show you the Height and width of the file that we are using.
I hope this helps,
Stuart
-
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
thanks very much.