i use
MUI_FINISHPAGE_SHOWREADME file
respectively
!define MUI_FINISHPAGE_SHOWREADME "J:\Downloads\NSIS\Splash\Licence.txt"
but nothing is shown
MUI_FINISHPAGE_SHOWREADME file
5 posts
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.
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.
Yes I define it before!
The text file must be installed in OUTDIR??
The text file must be installed in OUTDIR??
The file must be somewhere on the users computer.
If you are installing it in a Section anyway, use $InstDir.
If you are installing it in a Section anyway, use $InstDir.
i have the file installed with the File instruction,
now it works.
now it works.