Hi Arnor,

> What is the way to modify text/language resources and make them update in
> all my install scripts? I use a lot of compiler variables to set things up
> and I'm trying to get rid of all static text that I need to edit in the
> various scripts I use. For example: I want to change the "Welcome" dialog
> text and I want use the same text in all my installs. How can I accomplish
> that without editing the text in each of my scripts?

Text Resources for your installs are stored in your project files (based on
the language modules in Tools | Options | Languages).

In theory, you have to change the text in the language module(s) and then,
in your project, select:

Project | Refresh Text Resources

This "should" refresh all text resources.

Friedrich