Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Built-in dialogs


1 reply to this topic

venkaty

venkaty
  • Members
  • 2 posts

Posted 21 August 2002 - 22:41

Hi,

I created a Standard project in Installshield Developer 7.0
I have a problem to change the image(i.e. Bitmap) that is appearing leftside on Welcome dialog and couple of other dialogs.
I used DialogSetInfo. method.But it just changed icon.

Can any one help on this?

thanks in advance.
venkat

Steven Mueller

Steven Mueller
  • Members
  • 7 posts

Posted 28 August 2002 - 14:54

1. Replace the ..\Program Files\Installshield\Developer\script\dialogs\BitmapId_103.bmp file with your own (220 x 370 pixels).

2. In the Dialogs section of the IDE, right-click on the sdWelcome dialog, and selct "Edit". This will highlight the dialog's name. You do not have to change anything.

3. Recompile the project.

Note: the dialog appears to use a built-in copy of the ugly blue bitmap if it is not in "Edited" mode. While in "Edited" mode, it'll use the bitmap you choose. It took me several hours of groping to puzzle this out...