TTMSFNCAppUpdate: learn to use WhatsNew, EULA and UpdateMessage

Hello,
I have successfully configured the component and now I'm able to upgrade my application.
I want to learn how to use WhatsNew, EULA, and UpdateMessage but I didn't find any code sample.
Any help would be appreciated.

Thank you,
Stefano

Hi,

Under the [update_platform] section you can fill in whatsnew, eula and query, and the values will be extracted into those properties: TTMSFNCAppUpdate - TMS FNC AppTools

There is no hardcoded usage for WhatsNew and EULA, it's up to you if you use them for anything from your application.

As for UpdateMessage, is used to show a confirmation message when DoUpdate is called.

Thank you, I'll try to find out a way to use those properties.
Stefano