in our installer we've 5 features.
MainFeature (invisible at the CustomDialog)
F1
F2
F3
F4
similar to the "LicenseAgreement"-Dialog I want in the "CustomDialog" only the "next"-button enabled if F1, F2 or F3 is selected to install it on the hard drive. If F1, F2 and F3 are unvailable or "feature will be installed when required" i want the "next"-button disabled. Independent of F4!
I already have tried to add "Control Conditions" at this button like
&F1 = 3 Enable
&F1 <> 3 Disable
or
!F1 = 3 Enable
!F1 <> 3 Disable
but I still not have the behavior what I expected/want.
Can someone help me please?
Currently the MainFeature will always be installed because if F1, F2 or F3 will be installed they need the files from the "MainFeature" (F4 is separately). But in the future it should only install if it is needed.
My idea was to set in the MainFeature a "Install based on condition" if F1, F2 or F3 is selected and in the next step to enable/disable the "next" button in the "CustomDialog" on base of the "MainFeature"-Status...
I want this behavior indepent if it is a "First Time Installation" or a "Update"
I hope you understand what I want

thank you in advance