Welcome/Finish Page...
Hi everybody,
Please help me to fix this problem in Welcome/Finish Page(See attached pictures)
Welcome Page
Finish Page
Thanks!
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 onadOk 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 solution was in this forum already, but OK :
!define MUI_WELCOMEPAGE_TITLE_3LINES
You need to edit ioSpecial.ini. Field 2 - title of welcom/finish page, field 3 - text field.
Originally posted by glory_manCan you be more detailed please.
You need to edit ioSpecial.ini. Field 2 - title of welcom/finish page, field 3 - text field.
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@nder21Yes I'm sure - !define MUI_WELCOMEPAGE_TITLE_3LINES doesn't solve my problem.
you're shure, that !define MUI_WELCOMEPAGE_TITLE_3LINES does NOT solve your problem?