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

Managing checkboxes instead of radio buttons

Dear all,

another newbie question.

I have to manage an installation based on multiple choices. Lets says that we have 2 products to install but we want to give the possibility to install both at the same time.
If the user check both boxes, both products will be installed.

I know how to deal with radio buttons but I don't find how to do that using check boxes.

In the behavior section of the dialog that manage the check boxes, I have a Next PushButton with the following events :

Event---------------Argument---------------Condition
AddLocal--------------Product_1----------------DEVSTAND = 1
AddLocal--------------Product_2----------------DEVPRO = 1


where Product_1 and Product_2 are the names of my features and DEVSTAND and DEVPRO are the values of my check boxes.
Unfortunately, it doesn't work and none of my products are installed

Thanks in advance for any help provided.

Pascal
Labels (1)
0 Kudos
(2) Replies
Pascal
Level 4

sorry, just forgot to tell that I am using Basic MSI project
0 Kudos
Pascal
Level 4

Ok, pb solved using iterative learning method (try, fail, try again, fail again, try again with success ):rolleyes:
0 Kudos