Installer: dynamically set value to interface dialog's textbox

  • Thread starter Thread starter nano2k
  • Start date Start date
N

nano2k

How to dynamically set a value to a textbox that belongs to a dialog
of a custom interface?
I'm using VS 2003

Thanks.
 
I mean, for each installed instance of my application, the user that
installs it must provide an ID.
When the application's setup custom interface displays the ID textbox,
I want to suggest the host name of the current machine. This is a
dynamically retrieved piece of information, so I should execute the
code that retrieves the host name, than to display it in that textbox.


nano2k a scris:
 
Back
Top