NetSeeker
12-28-2003, 11:44 AM
I use a lot of actions in my setups. For example i have several DLL calls and a lot of actions around them.
When my setup shows the action progress, the message text is quite useless like:
call Function
start programm
create shortcut.
It would be better, if i can customize this action messages like:
Starting Database Server "Demoversion"
Installing SQL Schema on "Demoserver"
Installing Test Data on "Demoserver"
that is more meaningful for my customers.
This can be simply done im SUF would behave like this:
If i set %ShowActionProgressDlg%
to FALSE - > Hide the dialog
to TRUE -> Show the dialog with your messages
to anything else -> Show the dialog and display the content of %ShowActionProgressDlg%
This is quite simple and gives me full control over the displayed message. I simply assign this variable with messages as i need it.:D
When my setup shows the action progress, the message text is quite useless like:
call Function
start programm
create shortcut.
It would be better, if i can customize this action messages like:
Starting Database Server "Demoversion"
Installing SQL Schema on "Demoserver"
Installing Test Data on "Demoserver"
that is more meaningful for my customers.
This can be simply done im SUF would behave like this:
If i set %ShowActionProgressDlg%
to FALSE - > Hide the dialog
to TRUE -> Show the dialog with your messages
to anything else -> Show the dialog and display the content of %ShowActionProgressDlg%
This is quite simple and gives me full control over the displayed message. I simply assign this variable with messages as i need it.:D