I am using the VS 2010 to create a setup project, I am going to use the TextBox(A) dialog to capture user input.
I would also like to validate inputted value in these text box. Something likes the Next button just be enabled only when the first text box meets a specific criteria. So that, the installer just navigates user to next page when the validation passed.
Is it possible with the VS 2010?