Skip to content
⌘ NSIS Forum Archive

More than one Readme file at the end of the installation

2 posts

theblase#

More than one Readme file at the end of the installation

Hi,

I have use this to display the Readme.txt file at the end of the installation.

!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\Readme.txt"

If I want to apply this to an other file:

!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\Changelog_ENG.txt"

I receive the following error: !define: "MUI_FINISHPAGE_SHOWREADME" already defined!

What do I have to do?

Thanks,
Balazs
Anders#
there can be only one!

j/k, you can use the run checkbox (MUI_FINISHPAGE_RUN_FUNCTION+ExecShell) or the link checkbox as another readme checkbox