one more little question: I work with MUI_FINISHPAGE_TEXT: So i have the following code in my script:
and later!define MUI_FINISHPAGE_TEXT "Thank you for installing. Please look in $INSTDIR\logfiles
But my finisher page cannot render this text correctly. In the case a user select/browse another folder (as the command InstallDir says) for installing, my finisher page isn't able to render the text of the path correctly. Mostly there is a letter missing ....!insertmacro MUI_PAGE_FINISH
Any idea?
Thanks very much
nc10