Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 appended Setup is hard-coded in src\libs\installer\packagemanagergui.cpp, and you have to alter that and recompile installer to change.
Setup
src\libs\installer\packagemanagergui.cpp
@JonB thanks.