How to change a section description(MUI2) in a function?
Hi
I'm trying to change the description of a section at runtime based on a condition
It's not possible to run MUI_DESCRIPTION_TEXT macro inside a function
Any suggestions?
Thanks in advance
Archive: How to change a section description(MUI2) in a function?
How to change a section description(MUI2) in a function?
Hi
I'm trying to change the description of a section at runtime based on a condition
It's not possible to run MUI_DESCRIPTION_TEXT macro inside a function
Any suggestions?
Thanks in advance
insertmacro MUI_FUNCTION_DESCRIPTION_END
>
Thank you alot :)