SFX commands: TextDone
TextDone=<completion message title>
{
completion message line 1
completion message line 2
…
}
Display the custom message upon the successful completion of extraction. This message is displayed if there were no errors, user didn't skip or rename any files in the overwrite prompt and didn't cancel extraction.
If text includes several strings, SFX module treats '}' character as the end of text mark, so this character must not be at the first position in the string. If you need to use '}' in the string beginning, insert the space before it.
Message title parameter is optional. If it is missing, the title of main SFX window is used instead.
TextDone=Installation is complete
{
The package has been installed succesfully.
Press OK to continue.
}