cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
adnirtech
Level 2

How do I change the "Setup Status" Text

I have an installscript project and I want to change the text displayed when updating. It currently displays:

"The InstallShield Wizard is updating(2.02.004) of Product Name 2.2.5 to version 2.2.5"


Can this be changed. I have looked through all the strings and Dialogs and can not find this string.

Thanks,

Brian
Labels (1)
0 Kudos
(1) Reply
J_anitha
Level 8

In your OnUpdateUIBefore() function, you will see the following SetStatusExStaticText(SdLoadString());

Modify this as SetStatusExStaticText("The text you wish to display during progress..");
0 Kudos