If Group

GROUP is assigned the value of the file group that the user has selected for installation.

For example:

IF GROUP=10, 20

WINITEM: "Zip Finder", "$defaultdir$\zip.exe", "ZIPman"

ENDIF

If the user selects group 10 or 20 (as defined in the Group command), then AI Builder creates a program group and program item. The values are separated by commas and are in an Or relationship. If the user selects a group that matches any of the values provided, then the condition is considered true and AI Builder executes true_commands.

If the user selects the first and third groups (which the administrator assigned to group numbers 10 and 30), then IF GROUP = 10,20 is true because group number 10 is selected.