Hi,
I'm developing an installer where the user has to enter a license key into a dialog. I want to validate the key before we move to the nextstep. So I have an Edit control, where the user enters the key. The key goes into a Property, called KEY. I want to enable the "Next>" button only when the key contains certain things, but I can't seem to get it to work. I have tried Control Conditions on the Next button like (with the button starting diabled:
Condition
KEY ~<> "-VSC64-"
Action
Enable
Any help would be appreciated.
thanks
steev