Код:
Function .onSelChange
!insertmacro StartRadioButtons $7ZRBTN
!insertmacro RadioButton ${7zContextMinimal}
!insertmacro RadioButton ${7zContextFull}
SectionSetFlags ${7zContext} ${SECTION_OFF}
!insertmacro EndRadioButtons
;
!insertmacro StartRadioButtons $001RBTN
!insertmacro RadioButton ${001ContextMinimal}
!insertmacro RadioButton ${001ContextFull}
SectionSetFlags ${001Context} ${SECTION_OFF}
!insertmacro EndRadioButtons
FunctionEnd
Почему-то, при коцании по секциям, раскрываются все секции в радио-бутонах у которых есть команда типа SectionSetFlags ${} ${SECTION_OFF}