Turning section name back to "non-bold" in Function.
In my installer Section Groups the names are made bold simply by using an exclamation mark in front of the names.
My problem now is that I want to change the text of the names in a Function - which of course works - but when the name has been changed, it's still in bold. I would like it to be 'not bold' (is there a single word for that?), when it's changed by the Function.
Anyone know how to do that?
I've tried !insertmacro SetSectionFlag ${MySectionGroup} ${SF_BOLD}, because I thought perhaps that would counteract the previous bold setting(!). I have tried SectionSetText ${MySectionGroup} "" before I change the name, to see if setting the text to none first would remove the bold setting.
Is there a setting I can use like SF_BOLD, but that works the other way? Or another way of doing it?
Thanks.