Hi,
I am using Modern UI and I wish to modify the words for the welcomepage. It now say Welcome to the Program Setup Wizard.....this will install.....click next to continue. I wish to change this words.
May I know where I could do this and where do I add the commands.
Thanks a lot in advance.
😁
WelcomePage
12 posts
!define MUI_TEXT_WELCOME_INFO_TEXT "Blablabla\r\nNew line\r\nNew line.\r\n\r\n\r\n"
Add this define before inserting the MUI_LANGUAGE macro.
Thanks for your responses!
Got it to work.
However, I do have one more question.
The line "Click Next to continue" is still there.
That is fine, but I wish to add one more line after "Click Next to continue".
Is that possible? Thanks.
Got it to work.
However, I do have one more question.
The line "Click Next to continue" is still there.
That is fine, but I wish to add one more line after "Click Next to continue".
Is that possible? Thanks.
That's not possible, it adds "Click Next to continue" at the end. What is the text you want to add? Maybe you can put it somewhere else.
It is possible you know!
Use...
!define MUI_TEXT_WELCOME_INFO_TEXT "Blablabla\r\n\r\nClick Next to go to the next page!!$\n"
That will clear the default "Click Next to continue" text off the page, allowing you to use your own message.
-Stu
Use...
!define MUI_TEXT_WELCOME_INFO_TEXT "Blablabla\r\n\r\nClick Next to go to the next page!!$\n"
That will clear the default "Click Next to continue" text off the page, allowing you to use your own message.
-Stu
hey it work!
thanks lots!
🙂
thanks lots!
🙂
It's the $\n bit that does it, or maybe it's just $, I don't know!
-Stu
-Stu
hi,
however, it does not seem to work for modern UI 1.62?
can someone tell me what i should change?
thanks.
however, it does not seem to work for modern UI 1.62?
can someone tell me what i should change?
thanks.
Does this?
!define MUI_TEXT_WELCOME_INFO_TEXT "Line 1 $\r$\nLine 2"
Originally posted by treazThe define name changed (you can find the correct one for the old version in the language files). Why not upgrade to the latest version? A lot of improvements have been added.
hi,
however, it does not seem to work for modern UI 1.62?
can someone tell me what i should change?
thanks.
Yeah I am looking to upgrade to latest version
However, the scripts do not seem compatible.
A script written in the older version would need to have its variable name changed (e.g. Start Menu text...). I encountered some of these problems. Therefore I am delaying my upgrade till I get a chance to.
I have got the script back to working condition again. Thanks.
👍
______________________________
However, the scripts do not seem compatible.
A script written in the older version would need to have its variable name changed (e.g. Start Menu text...). I encountered some of these problems. Therefore I am delaying my upgrade till I get a chance to.
I have got the script back to working condition again. Thanks.
👍
______________________________