Qt installer framework: remove radio buttons from uninstaller
问题 I have created a simple installer for our product with only 1 component and no remote repositories manager. When I start the uninstaller, the introduction page shows 3 radio buttons: Package manager Update components Remove all components I need only the third one, so I checked this documentation: http://doc-snapshot.qt-project.org/qtifw-master/noninteractive.html As I have understood and being unable to hide the buttons, I added this to my install.qs file: function Controller() { }