If you go to the User Interface view, right click Start under Install you can add a Dialog. The one you want is CheckBoxes (B) I think, because it has 4 checkboxes. Add your text, then when the user checks one of them the property CHECKBOXB1 (or CHECKBOXB2 and so on) will have a value of 1, so install a file with the condition CHECKBOXB1=1, CHECKBOXB2=1 for the other file etc. |