The "ClearSectionFlag" macro which comes after the "UnSelectSection" breaks up all the selection of the subsections. Any
outfile `test.exe`
!include 'MUI.nsh'
!include 'LogicLib.nsh'
!define LOGICLIB_SECTIONCMP
!insertmacro MUI_PAGE_COMPONENTS
SectionGroup `!Parent` pnt
Section '!aaaa' a
SectionEnd
Section '!bbbb' b
SectionEnd
Section '!cccc' c
SectionEnd
SectionGroupEnd
Function .OnInit
!insertmacro UnSelectSection ${a}
!insertmacro ClearSectionFlag ${pnt} ${SF_BOLD}
FunctionEnd
Why in the world there are so many weird issues while playing around the section management. Any fix?