I am finding the "releases" capability very useful indeed. In particular it allows me to have slightly different procedure within the same script for installing the full version of my software and the evaluation copy.

But I would like the same sequence of dialogues to display slightly different text in the two cases. For example in the welcome dialogue:

...Mozart...

and

...the evaluation copy of Mozart....


And both texts must (eventually) exist in different language translations. So I'd like them both to be text resources. Is there any way I can have the same dialogue box use one or the other, for example depending on the value of a compiler variable (which I can set according to the release)?

Dave