krischeu
4th March 2013 10:12 UTC
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
MSG
4th March 2013 11:21 UTC
!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
krischeu
5th March 2013 08:50 UTC
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?
krischeu
5th March 2013 09:24 UTC
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
krischeu
5th March 2013 09:42 UTC
Further Problem with 2 Languages
How can this be solved?
Every hint is welcome.
Best regards
Heinz
MSG
5th March 2013 16:06 UTC
!define MUI_FINISHPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_FINISH
...should work?