Qt 6.11 is out! See what's new in the release
blog
How to change title in installation?
-
I want to change title in installation.
at config. xml,
<Title>Your application Installer</Title>but added the word 'Setup'

I want to delete the 'Setup' word. How to do?
-
@yygk
Qt Installer window title claims appendedSetupis hard-coded insrc\libs\installer\packagemanagergui.cpp, and you have to alter that and recompile installer to change.