Hi all,
I am wondering whether it would be possible to let the installer react upon a change in an edit control.
Let me give an example on what I would like to achieve:
I would like the user to enter a hostname and port number and automatically build up a URL:
e.g. "http://[HOST]:[PORT]/SoapEndpoint"
Now as soon as the user starts typing I would update a field containing my web service endpoint. The endpoint itself is disabled, but can become enabled when checking a check button.
I tried creating a condition on the Host edit control, but there is nothing useful that I can do with it.
There are no Published Events possible and Subscribed Events has no Subscribe To value to enter.
Please advise?
Thanks in advance.