Section Descriptions
I'm creating dynamic sections based on a ini file, in .onInit. I need to set the description of each section so that I could see the description while i hover over the component in components page.
In case of usual way we write
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SectionName} ${SectionDescr}
!insertmacro MUI_FUNCTION_DESCRIPTION_END
but how this can be done for a dynamic sections.
-Shiva S