Skip to content
⌘ NSIS Forum Archive

WelcomePage

12 posts

treaz#

WelcomePage

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.

😁
treaz#
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.
Joost Verburg#
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.
Afrow UK#
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
treaz#
hi,

however, it does not seem to work for modern UI 1.62?

can someone tell me what i should change?
thanks.
Joost Verburg#
Originally posted by treaz
hi,

however, it does not seem to work for modern UI 1.62?

can someone tell me what i should change?
thanks.
The 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.
treaz#
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.
👍

______________________________