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