I'm using "Installer sections" as below
;Installer SectionsBut i want to so that if InstType "full" is selected (section_1) none of the others are available and if any of SectionIn 2 are selected section_1 is not available (but any number of SectionIn 2 can be selected)
InstType "Full"
InstType "Singular"
Section "Full Theme" section_1
SectionIn 1
SetOutPath "$INSTDIR"
FILE "D:\LongHorn2\Home\LHv2Theme.CAB"
SectionEnd
Section "Home Screen" section_2
SectionIn 2
SetOutPath "$INSTDIR"
FILE "D:\LongHorn2\Home\LHv2Home.CAB"
SectionEnd
Section "System Theme" section_3
SectionIn 2
SetOutPath "$INSTDIR"
FILE "D:\LongHorn2\Home\LHv2System.CAB"
SectionEnd
Section "WMP Skin" section_4
SectionIn 2
SetOutPath "$INSTDIR"
FILE "D:\LongHorn2\Home\LHv2WMPSkin.CAB"
SectionEnd
Installer Sections
Also i do not want Custom to be in the drop down menu.
I've looked at the one-section.nsi example but cannot see how this applies to the ModernUI 😔
Please help a Newbie in distress, i need to get this finished ASAP.
TIA
Richie M