Objective: I want to enhance the OptionalFeatsDlg by adding a checkbox for various installation types. Each type has specific features that need to be installed. The idea is for users to select an installation type from a combo box, allowing them to see the associated features. Mandatory features should be greyed out for that installation type, while users can also check additional non-mandatory features.
Example: Consider a combo box with three installation types: Install1, Install2, and InstallCustom, along with four features: A, B, C, and D.
- If Install1 is selected, features A and B are automatically checked and greyed out as they are mandatory, while the user can optionally select features C and D.
- If Install2 is chosen, features A, C, and D are checked and greyed out, and the user can decide whether to include feature B.
- InstallCustom allows users to select any combination of features.
Thank you in advance for your assistance! I apologize if this question has been answered before; I've searched the forums without success.
FOLLOW US