Customizing maintenance tool
-
Hey all,
Is there a way to customize the buttons at the end of the maintenance tool? Currently I have it running and updating my program which is great, but at the end there are two options
- Restart
- Quit
Right now restart restarts the maintenance tool and not my program which is a bit counter intuitive. I'd like to either remove the restart button or configure it to launch the new version of my program. All I can find about customizing maintenance tool is this
https://doc.qt.io/qtinstallerframework/ifw-component-description.html
which mentions an ini file, but doesn't link ot anything useful or even mention what the ini file does. -
I guess you can try hiding the button (or overriding it) by adding a custom controller to FinishedPage. https://doc.qt.io/qtinstallerframework/noninteractive.html
-
I guess you can try hiding the button (or overriding it) by adding a custom controller to FinishedPage. https://doc.qt.io/qtinstallerframework/noninteractive.html
-
Nope. You can ask the developers on interest / develop mailing list, though. http://lists.qt-project.org/mailman/listinfo
-
Nope. You can ask the developers on interest / develop mailing list, though. http://lists.qt-project.org/mailman/listinfo