cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bsprague
Level 2

CustomerInformation dialog and the Next button

I'm using a Basic MSI project and I would like to know how keep the Next button disabled until something has been entered in all of the dialog's input field. I'm new to InstallShield so any help provided would be greatly appreciated.

Thanks

Brad
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Alas, Windows Installer seems to discard edit-field-changed messages, so it doesn't support the behavior you describe. For data validation, common practice is to validate user input when the user clicks a Next button.
0 Kudos