Archive: Wellcome/Finish Page...


Welcome/Finish Page...
Hi everybody,
Please help me to fix this problem in Welcome/Finish Page(See attached pictures)

Welcome Page

Finish Page

Thanks!


You solution was in this forum already, but OK :

!define MUI_WELCOMEPAGE_TITLE_3LINES


Originally posted by onad
You solution was in this forum already, but OK :

!define MUI_WELCOMEPAGE_TITLE_3LINES
Ok thanks, but I want to change the size of text box because my text is too long (I want ot move other field in Welcome/Finish Page down). Is it possible? May be I have to edit System.nsh?

You need to edit ioSpecial.ini. Field 2 - title of welcom/finish page, field 3 - text field.


Originally posted by glory_man
You need to edit ioSpecial.ini. Field 2 - title of welcom/finish page, field 3 - text field.
Can you be more detailed please.

Welcome and finish pages are custom pages (i.e. created with installoptions plugin).
So to change page - change elements properties.

From MUI-doc:

In the Pre function of the Welcome page and the Finish page, you can write to the InstallOptions INI file of the page (ioSpecial.ini).
To change size of title of the welcome page increase "Bottom" value for Field 2. Similar for text field.

you're shure, that !define MUI_WELCOMEPAGE_TITLE_3LINES does NOT solve your problem?


!define MUI_WELCOMEPAGE_TITLE_3LINES makes the title static labels 3 lines big. Make sure you place !define MUI_WELCOMEPAGE_TITLE_3LINES before !insertmacro MUI_PAGE_WELCOME and !define MUI_FINISHPAGE_TITLE_3LINES before !insertmacro MUI_PAGE_FINISH.

-Stu


Originally posted by Comm@nder21
you're shure, that !define MUI_WELCOMEPAGE_TITLE_3LINES does NOT solve your problem?
Yes I'm sure - !define MUI_WELCOMEPAGE_TITLE_3LINES doesn't solve my problem.
The text is too long (this is for exampe only: "Welcome to the English language pack for Grisoft Anti-Virus Professional v6.0.236 Setup Wizard")
In that's way i want to increase the textbox size. Or if there any way to derease text size...