cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
deepak407
Level 5

SetupProgress Dialog

Project type: Install Script MSI

In basic MSI project , i have the "SetupProgress" dialog box , but in the in stall script msi project ....we dont have it.

Need to change the image on the header.
Labels (1)
0 Kudos
(2) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

You can use the DialogSetInfo function, specifying DLG_INFO_ALTIMAGE for nInfoType, to change the banner image used for all the InstallScript dialogs. Note that this also affects the image used on outer dialogs such as SdWelcome and SdFinish.
0 Kudos
deepak407
Level 5

DLG_INFO_ALTIMAGE --> function is very useful.
0 Kudos