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

Custom image without change behavior dialog


4 replies to this topic

gcb

gcb
  • Members
  • 19 posts

Posted 06 October 2005 - 14:03

Hello,

It's possible to change Image in Welcome Dialog and Banner into other.


With MSI, i found the solution (in wizard) but with this project specific Installscript, i don't have this functionnality.

You have any solution ?


Thank you.
Gilles


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 October 2005 - 14:15

Did you try DialogSetInfo?

gcb

gcb
  • Members
  • 19 posts

Posted 06 October 2005 - 14:46

Thank you but the file picture is in folder ?

And add this in interface ?

gcb

gcb
  • Members
  • 19 posts

Posted 06 October 2005 - 14:55

Ok , i found SUPPORTDIR but when add :


#define FULL_BMP_PATH_WELCOME SUPPORTDIR ^ "splash-v1.bmp"
DialogSetInfo (DLG_INFO_ALTIMAGE, FULL_BMP_PATH_WELCOME, TRUE);


szTitle = "";
szMsg = "";
RESULT = SdWelcome(szTitle, szMsg);



The welcome dialog as always blue line in left side with small image and i want image in all of background of text.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 October 2005 - 15:01

In this case the following article may help you:
Customizing InstallShield 6 Dialogs
http://www.installsi...00101/index.htm

Essentially, you need to change the dialog background bitmap in dialog editor.