Page 1 of 1

Installing and Uninstalling Message in Dialog Windows

Posted: Thu Nov 24, 2011 9:07 am
by ddcuat1
Hi,

I want to declare a variable for Installing and Uninstalling the setup it will show message as, if we install it is show message as "Installation" if we uninstall the setup it will show "UnInstallation" on same Dialog Window how to do this. Please help me.




Thanks,
Sandeep

Re: Installing and Uninstalling Message in Dialog Windows

Posted: Thu Nov 24, 2011 12:07 pm
by giaviv
Hi,

All you need to do is create a label, put it in the dialog, and set its text to a variable that you have defined before, for example $TEXT$
Then, set the value of the TEXT variable before showing the dialog and it will display.