Skip to content
⌘ NSIS Forum Archive

MUI_FINISHPAGE_SHOWREADME file

5 posts

RainerHH#

MUI_FINISHPAGE_SHOWREADME file

i use
MUI_FINISHPAGE_SHOWREADME file
respectively
!define MUI_FINISHPAGE_SHOWREADME "J:\Downloads\NSIS\Splash\Licence.txt"

but nothing is shown
JasonFriday13#
Did you define it before !insertmacro MUI_PAGE_FINISH?

Oh, and you can't refer to a file on your machine. You have to refer to the file that you installed with 'File'. Most people don't have a J: drive on their machine.
Anders#
The file must be somewhere on the users computer.

If you are installing it in a Section anyway, use $InstDir.