Retreiving user interface parameter at runtime
Hi,
i m creating a custom setup using Visual studio, i have created a user interface but i want to populate the values on the user interface at runtime, say i have created a textbox set its properyname="SERVERNAME" and try to populate it using the following line of code. The line is written in installer calss' install method(overriden method), but when i run the setup the text is not populated with the specifed value :(
this.Context.Parameters["SERVERNAME"]="mserver";
kindly help me in this regard, thx in advance...
Reds,
Saeed.
|