A bug in !define MUI_TEXT_WELCOME_INFO_TEXT ?
Hi,
The !define MUI_TEXT_WELCOME_INFO_TEXT command doesn't support newlines. Here my code:
!define MUI_TEXT_WELCOME_INFO_TEXT "Line 1$\nLine 2"
But it only displays "Line 1".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)