Petr Felzmann
Petr Felzmann

Reputation: 1313

install4j: how to change the window title of the screens?

In Welcome screen the window title consists of 'Setup', dash, product's full name and the version, see the screenshot. How can I change this text?

I want to get rid of the version information there in the title.

enter image description here

Upvotes: 2

Views: 436

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48015

On the General Settings->Languages step, set up a custom localization file, then open the built-in editor and click on the "Override messages" tool bar button. Search for the message you want to change and click on OK. Then you can change the text in the editor.

In your case, this is the key "SetupWindowTitle" and you can change it as shown in the screen shot below.

enter image description here

Upvotes: 5

Related Questions