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

Billboard Progressbar hide?

Hello,

i used a BasicMSI Project and i am using a Billboard. The animation works but i need to find a way to hide the progressbar in the billboard.

 

bilboard.png

Labels (1)
0 Kudos
(3) Replies
banna_k
Revenera
Revenera

@Ingo_Hoeg :  

I don't think there is a direct way to hide the progress bar from the Billboard,  because progress bar is the prime control of the Billboard which shows the progress of the file copy operation or so.

However, you can hide the progress bar in an indirect way by changing the size of the Dialog by doing the following:

1- Goto User Interface->Dialogs

2- Goto All Dialogs->SetupProgress Dialog

 3- Change the Height of the dialog from the properties to such a way to hide the progress bar from the  dialog.

  Note, here the dialog size will change. 

 

0 Kudos
Jenifer
Flexera Alumni

Hi, There is no direct way from Basic MSI side but looks like it can be controlled from installScript code which you can link with InstallScript custom action.

Following link can help you with:

http://www.installationdeveloper.com/3265/how-to-enabledisable-status-dialog-in-installscript-installation/

STATUSBBRD is the constant value of progressbar in billboard.Can you give it a try with this?

 

Disable is the function which can hide/disable specific control:https://helpnet.flexerasoftware.com/installshield22helplib/Subsystems/installshield22langref/helplibrary/LangrefDisable00000677.htm#langref_appendixa_619625892_1128402

 

Disable function's example can be found at:https://helpnet.flexerasoftware.com/installshield22helplib/Subsystems/installshield22langref/helplibrary/LangrefDisable_example.htm#langref_appendixa_619625892_1028680

 

Thanks, Jenifer

0 Kudos

Hello Jenifer, I have already tried this, but without success. The progress bar is still displayed.
0 Kudos