I'm building an installer using Inno Setup and the programming is done via Delphi/Pascal for the custom dialog screens. It's almost done, I'm just wondering how I can disable some text boxes or other components dependent on other actions like the click of a radio button.
Specific example: I have 2 radio buttons, one for locating a key file on the local machine, another for inputting it manually. If you click the radio button to find it on the local machine, it activates a button where you can browse and find it locally. If you click the second radio button, the browse button stays grayed out and disabled.