cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nhatmi
Level 4

How to change the text of the second line of progress bar in SetStatus dialog

I can change the message of the top line of the progress bar by function SetStatusWindow(), but how to change the message of the second line of the progress bar?SetupStatus.jpg

 

Labels (1)
0 Kudos
(3) Replies
roman2
Level 7

Is it a pure MSI setup or ISScript setup?

0 Kudos
Jenifer
Flexera Alumni

Hi @nhatmi ,

 

I dont think the text been displayed under second line of progress-bar is customizable since it comes from  name and path of the file being installed.You can enable/disable the line using:

Enable/Disable with the INDVFILESTATUS parameter before calling FeatureMoveData

Please refer:

https://helpnet.flexerasoftware.com/installshield19helplib/Subsystems/installshield19langref/helplibrary/LangrefSetStatusWindow.htm?

https://helpnet.flexerasoftware.com/installshield21helplib/Subsystems/installshield21langref/helplibrary/LangrefEnable00000679.htm#langref_appendixb_3644666453_1091779

 

Thanks,

Jenifer

 

0 Kudos

For the ISScript setups  you can read in help:

 

To enable the display of the name and path of the file being installed

on the second line of the status bar,

call Enable with the INDVFILESTATUS parameter before calling FeatureMoveData.

No chance to put another text on the 2nd line of status bar.

There is also no possibility to redesign/edit progress dialog.

0 Kudos