TInputDirWizardPage with Radio Buttons
问题 I need a setup page with two radio buttons. Clicking the second button should enable an input to define a path (Like it's done in TInputDirWizardPage ). Is it possible to customize TInputDirWizardPage for my needs? Or do I need to build a CustomPage and define the controls by myself? If the second question will be answered with yes, how am I able to use the "directory input" (from the TInputDirWizardPage ), or is it also neccessary to build this on my own? 回答1: As you correctly guessed you