- NSIS Discussion
- WelcomePage
Archive: WelcomePage
treaz
1st April 2003 20:13 UTC
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.
:D
DOCa Cola
1st April 2003 20:33 UTC
!define MUI_TEXT_WELCOME_INFO_TEXT "Blablabla\r\nNew line\r\nNew line.\r\n\r\n\r\n"
Joost Verburg
1st April 2003 21:29 UTC
Add this define before inserting the MUI_LANGUAGE macro.
treaz
7th May 2003 19:46 UTC
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
7th May 2003 22:31 UTC
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
8th May 2003 18:55 UTC
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
8th May 2003 22:22 UTC
hey it work!
thanks lots!
:)
Afrow UK
8th May 2003 22:33 UTC
It's the $\n bit that does it, or maybe it's just $, I don't know!
-Stu
treaz
22nd May 2003 23:27 UTC
hi,
however, it does not seem to work for modern UI 1.62?
can someone tell me what i should change?
thanks.
Joel
22nd May 2003 23:33 UTC
!define MUI_TEXT_WELCOME_INFO_TEXT "Line 1 $\r$\nLine 2"
Does this?
Joost Verburg
23rd May 2003 17:14 UTC
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
23rd May 2003 18:40 UTC
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.
:up:
______________________________
http://sourceforge.net/projects/bie