I have an optional wizard page of TInputDirWizardPage type.
How to add button which will not validate data and skip if data were not entered?
I have an optional wizard page of TInputDirWizardPage type. How to add button which
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve found simple and working solution. Instead of adding additional button to avoid validation of empty path. I’ve just added default dir creation. in [Dirs] section.
My application could accept working dir cmdline arg or create default one if it is not specified. So. I just always specifying that cmdline arg and creating that default dir (if user did not changed that path) in installation script.