Smasher9a
6th March 2004 02:29 UTC
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
deguix
6th March 2004 03:01 UTC
Use SubSection command before calling Sections wanted to be in a group, and after all those Sections, use SubSectionEnd to end the group.
Smasher9a
6th March 2004 04:08 UTC
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?
deguix
6th March 2004 09:58 UTC
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)
Smasher9a
7th March 2004 07:22 UTC
thanks man its all good :) :up: