I have a NSIS installer, here I have some components that user can choose to install:
Section "Modules" SecModules
SetOutPath "$INSTDIR"
CreateDirectory $INSTDIR\modules
...
SectionEnd
Section "Freenode util" SecFreenode
SetOutPath "$INSTDIR"
CreateDirectory $INSTDIR\modules
...
SectionEnd
how can I make the second one unchecked? By default they all are checked