Using Radio Buttons alongside Check boxes in component select screen
I've looked around for a few hours and haven't found anything benificial on this subject. On the Component Select page, where you can select exactly what you want installed, I need to use check boxes and radio buttons. I need the user to select one file to install out of three, but if they select all three the program will not work.
Basically what I need in the install list is:
Main Program - Check Box (can I make this required so they can't uncheck?)
Additional Content - Check Box
Configuration One - Radio Button
Configuration Two - Radio Button
Configuration Three - Radio Button
So can someone please give me code to use or add it in to the script I've provided. I need the radio buttons to work independantly from the check boxes.
Thanks.
PS - In the script I've used bitmap images to test it - I'm not making an installer just to install bitmap images ;)