Archive: Multiply Selection, Only One Install Help


Multiply Selection, Only One Install Help
Multiply Selection, Only One Install Help

Ok first off Click Here to view a screenshot of how my installer currently looks.

I would like to make it so that the selections will be can have multiply options and only one of witch can be installed. I have no idea how to do this because to start with the different options all have the exact file name and need to remain that way.

Click Here For an example image of how I would like to set it up.

Any help is appreciated as I have been working for about 15 hours and gotten no where at all :(

-Smash


Use SubSection command before calling Sections wanted to be in a group, and after all those Sections, use SubSectionEnd to end the group.


thanks diddnt realise it was that easy to do that lol :P

now i need one more bit, how do i make it so you can only select one of those sections at a time?


Has an file inside "Examples" folder (inside NSIS folder) called "one-section", you can use the info of this file to create a function ".onSelectChange" but with defines for your own sections.

(Don't forget to include "Sections.nsh" in your script)


thanks man its all good :) :up: