Page 1 of 1

Show uninstall during uninstall

Posted: Fri Mar 10, 2017 6:16 am
by kishorkk23
Hi,
When installing tool it shows Install but when un-installing it still shows installing, How and where can i change this to Un-install.
-Kishor

Re: Show uninstall during uninstall

Posted: Fri Mar 10, 2017 1:47 pm
by FrancescoT
Dear Kishor,

you can edit the dialog from Dialog Editor in order to change the text displayed.
For example you may use a more generic "$TITLE$ Setup - Wizard" with that label control.

Alternatively still from Dialog Editor, via "Dialog Behavior" you can conditionally assign to that label control a specific text/string (eg. when installing or Un-Installing).

For an example, you may have a look at the "Finish Dialog" included with the "official Theme". The "textComplete" control is displayed conditionally (Visible = TRUE/FALSE) depending on the value of the "SUCCESS" variable.

For more details, please consult the IA documentation about; Using the Dialog Editor, Dialog Behavior and Intra-Dialog Relations.

Hope this helps you.

Regards