I wanted to have a variable number of checkboxes on the finish dialog
depending on which feature they had chosen.

set %choices% = "choice 1"
if "feature a" selected then
set %choices% = "|choice 2" (append)
end
if "feature B" selected then
set %choices% = "|choice 3" (append)
end

If I use this %choices% in the "Checkboxes" dialog, it will correctly
display the variable number of checkboxes, but when I use the
%choices% variable in the "Finish dialog" then it only ever displays 1
checkbox with the concatenated text.
i.e. assuming I had selected feature A then it gave me
[x] Choice1|Choice2
when I really wanted
[x] Choice 1
[x] Choice 2

Is this a limitation of the Finish Dialog (Checkbox text) or am I
doing this the wrong way?

Regards,
Alan
Alan Telford
Development Manager
Maxtel Software Ltd
http://www.maxtelsoftware.com