cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ken_Alverson
Level 4

How to disable install button when all feature checkboxes are unchecked by user?

Is this something that can be done in a suite project with two features (both of them executables)? Our tester wants the install button to disable itself if all checkboxes are unselected (nothing to install).
Labels (1)
0 Kudos
(4) Replies
rguggisberg
Level 13

Expand the 'Install' button and put a condition on 'Enabled'. Something like this:

Any
FEATURE[FeatureName1GoesHere].actionState; String; Compare: Equal; CompareTo: install
FEATURE[FeatureName2GoesHere].actionState; String; Compare: Equal; CompareTo: install
0 Kudos
Ken_Alverson
Level 4

rguggisberg wrote:
Expand the 'Install' button and put a condition on 'Enabled'. Something like this:

Any
FEATURE[FeatureName1GoesHere].actionState; String; Compare: Equal; CompareTo: install
FEATURE[FeatureName2GoesHere].actionState; String; Compare: Equal; CompareTo: install


The wizard interface does not let me enter the above values directly on an "any" conditon. Can you be more specific as to how to do this using the wizard interface GUI?
0 Kudos
PlinyElder
Level 7

Are you not seeing this in the Installshield ui?

0 Kudos
Ken_Alverson
Level 4

Thank you for your reply. This worked well to control the selection radio buttons.
0 Kudos