Page 1 of 1

Dynamic dialog bitmaps

Posted: Thu Sep 14, 2006 12:43 am
by superstrength
Hi,

I am evaluating IA against a specific set of requirements, and have a question about the standard and custom dialogs.

What I'm after is to be able to pass in a public property in the usual name/value format, and have the installer use this property to access an external file or URL to obtain the specified bitmap.

EG: BITMAP=http://www.myserver.com/bitmaps/bitmapxyz.bmp
or
BITMAP=c:\\bitmapxyz.bmp

Is it possible to change at runtime the bitmap shown on the dialogs?

Thanks, Terry.

Posted: Thu Sep 14, 2006 12:52 am
by CandiceJones
Sorry, this is not possible. But you can try similar effects with HTML and/or Flash billboards.

Posted: Thu Sep 14, 2006 12:37 pm
by ken rentz
We have two products who’s installers are created from the same script. For these what we do is include both bitmaps in the dialog, and use the controlling compiler variable to hide the incorrect bitmap. It makes the installer slightly larger, but it was fairly easy to do.