Hide a section dynamically
Hi,
I would like to hide some sections depending on a license code a user has entered.
The problem is that if I can set a section readonly, I didn't find any way to simply hide the checkbox line.
Is there a way to do it?
!insertmacro SetSectionFlag ${mysection} "0"
or
!insertmacro SetSectionFlag ${mysection} ""
don't work.