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
Windows format does not fit
6 posts
!define MUI_WELCOMEPAGE_TITLE_3LINES before you !insertmacro the welcome page. (Similar trick exists for the finish page.)
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?
Do I have to insert the !define MUI_WELCOMEPAGE_TITLE_3LINES at the start of the welcome?
example which is not working
...Thanks in Andvance
!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
Further Problem with 2 Languages
How can this be solved?
Every hint is welcome.
Best regards
Heinz
How can this be solved?
Every hint is welcome.
Best regards
Heinz
!define MUI_FINISHPAGE_TITLE_3LINES
!insertmacro MUI_PAGE_FINISH
...should work?
!insertmacro MUI_PAGE_FINISH
...should work?