I need to change the default caption of a MsgBox message box at runtime. Currently it constantly shows the value of the SetupAppTitle directive as a caption:
[Setup]
SetupAppTitle=myAppName
But this is specified at compilation time. How to do this at runtime, e.g. from a [Code] section ?
This is how i finally did it:
Thanks to all for your help!