Loading
Can I hide the text in the Setup Status dialog?

Hi all,

 

Just wondering if anyone has a solution to hide the Setup Status text (and a white block) in the installation progress window?

 

We've recently changed logo, giving us a full width bitmap at the top of the window. However, our installation status window now looks a little messy as 1) we have "Setup Status" appearing into the bitmap as well as 2) an offset bitmap resulting in a strange white block?

SetupStatus 

Our installer steps look correct (with no white block) and we'd like the installation dialog (with the progress bar) to look the same (as below)

image 

Is there a way to alter the Setup Status dialog?

 

I've been through the InstallScript but I can't see any place where this dialog is altered by us, though the default bitmap is being set correctly in the script:

szBmpPath=SUPPORTDIR ^ "ourcompany.bmp";

SdInit(); 

DialogSetInfo (DLG_INFO_ALTIMAGE, szBmpPath, TRUE);

 

Any help appreciated!


Loading
Can I hide the text in the Setup Status dialog?