The !define MUI_TEXT_WELCOME_INFO_TEXT command doesn't support newlines. Here my code:
But it only displays "Line 1".!define MUI_TEXT_WELCOME_INFO_TEXT "Line 1$\nLine 2"
I thought I made an error, but I tried the same string with the command !define MUI_INNERTEXT_DIRECTORY_TOP, and it worked very well. So I suppose it is a bug.
Thanx (sorry for my bad English, I'm French :-P)