uncheckable radiobutton?
I have these 2 options in my installer that i dont want to be installed together
so the options are
install #1
install #2
install none
but using radiobuttons like so:
Function .onSelChange
!insertmacro StartRadioButtons $1
!insertmacro RadioButton ${MAPTEXTURES}
!insertmacro RadioButton ${MAPTEXTURESLOW}
!insertmacro EndRadioButtons
FunctionEnd
... makes them ununcheckable (see that double negation?) once checked..