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

how can I place my own logo in dialog box


2 replies to this topic

Rainbow

Rainbow
  • Members
  • 5 posts

Posted 08 May 2002 - 08:15

I'm using IS 6.30.
Can somebody give me a hint how to place my own logo in the dialog boxes? (instead of aqualogo)
Thanks a lot.
Rainer ???

Rainbow

Rainbow
  • Members
  • 5 posts

Posted 08 May 2002 - 15:16

.. found the solution by myself.

open _IsRes.dll from the installshield directory
../Redistributable/Compressed Files/0009-English/Intel 32/
in visual studio resource editor as resource file.
then you can substitute bitmaps and icons which appear in the setup dialog boxes.
:D

Ide Nentjes

Ide Nentjes
  • Members
  • 222 posts

Posted 13 May 2002 - 08:46

Or use DialogSetInfo ( DLG_INFO_ALTIMAGE , myBitMapFile , TRUE );  in OnBegin