cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RMartinez
Level 3

Images in Custom Dialog

I every one!!!!

I'm developing a InstallScript MSI project and i have a problem.


I want put images in the left for each dialog.
when begin my project have the follow code that put the first image in the first dialog:

DialogSetInfo(DLG_INFO_ALTIMAGE,SUPPORTDIR ^ "Copy of left_bkgrnd.bmp",TRUE);

Now... in the next dialog, i use the same code for put the new image in the dialog, but not working.

How I do the image change?

I need your help....is very important for my make it.

Thanks
Labels (1)
0 Kudos
(1) Reply
girishkatti123
Level 7

Hello,
You have to use this syntax in the OnBegin() function.
DialogSetInfo(DLG_INFO_ALTIMAGE,SUPPORTDIR ^ "Copy of left_bkgrnd.bmp",TRUE);

Hope this helps.

Thanks & Regards
Girish Katti
0 Kudos