Skip to content
⌘ NSIS Forum Archive

How to dynamic change MUI_TEXT_WELCOME_INFO_TEXT?

3 posts

oscargee1#

How to dynamic change MUI_TEXT_WELCOME_INFO_TEXT?

I need to dynamically change MUI_TEXT_WELCOME_INFO_TEXT by some conditions. How can I implement it?

Thank you
KrisAster#
If memory serves, you should be able to set the text to a variable and change the variable at runtime.