Archive: Windows format does not fit


Windows format does not fit
Hi,
my installer works like a charme. But I want to optimise the windows design.

There are some word in the windows which were cutted. How can i do some optimisation on the windows-screen to see the full text, not only some points.

Thanks in advance

Heinz


!define MUI_WELCOMEPAGE_TITLE_3LINES before you !insertmacro the welcome page. (Similar trick exists for the finish page.)

http://nsis.sourceforge.net/Docs/Mod...02/Readme.html


Im my screenshot you see the end of the installation.
Do I have to insert the !define MUI_WELCOMEPAGE_TITLE_3LINES at the start of the welcome?


example which is not working

...
!define PAGE_FINISH_3LINES 'asdfasdfasdfasdfasdfasdfasdfasdfasdfasdfasdf'
...

!define MUI_FINISHPAGE_RUN "$INSTDIR\${MAIN_APP_EXE}"
!define MUI_FINISHPAGE_TITLE '${PAGE_FINISH_3LINES}'
!define MUI_FINISHPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_FINISH
Thanks in Andvance

Further Problem with 2 Languages
How can this be solved?
Every hint is welcome.


Best regards

Heinz


!define MUI_FINISHPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_FINISH

...should work?