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

Welcome Dialog - left panel image


3 replies to this topic

sod

sod
  • Full Members
  • 11 posts

Posted 02 March 2006 - 03:19

I am using IS 6.3. We can use DialogSetInfo(DLG_INFO_ALTIMAGE,SUPPORTDIR^DIALOG_BITMAP_FILENAME, TRUE) to display my own bitmap instead of the default IS image.
It seems like the panel has two frames instead of one (like in IS 5.5). DialogSetInfo can only handle the small upper right image.

Is there a standard function to replace the whole background image in that left-panel without updating the corresponding image resource from _IsUser.dll?


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 March 2006 - 20:11

You need to edit the dialog resource for this.

sod

sod
  • Full Members
  • 11 posts

Posted 04 March 2006 - 18:06

Hi

What about the icon on the Title bar?

thanks/david



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 March 2006 - 16:56

You would probably need to hack the resource in some InstallShield program file. But since the InstallScript engine is shared across setups this may affect other instalaltions as well. I don't recommend it.