Skip to content
⌘ NSIS Forum Archive

Change Finish Text

3 posts

yehiaeg#

Change Finish Text

hello,
i'm trying to change the info text in the finish dialog in the modern interface.
I could modify the English.nsh file in the language folder:

!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_INFO_TEXT "${MUI_PRODUCT} has been installed on your computer.\r\n\r\nClick Finish to close this wizard."

but this won't be very handy when handling mutiply projects,
anyway to change this through script.

Thanks in Advance.
Yehia
Joost Verburg#
Sure. Define MUI_TEXT_FINISH_INFO_TEXT before inserting the langauge files (using !define).