Archive: Change Finish Text


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


Sure. Define MUI_TEXT_FINISH_INFO_TEXT before inserting the langauge files (using !define).


thanks a lot.