qt-installer

Qt installer framework: remove radio buttons from uninstaller

橙三吉。 提交于 2019-11-29 19:14:20
问题 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() { }

Can you create a setup.exe in qt to install your app on a client computer

随声附和 提交于 2019-11-28 16:52:39
问题 I have created a desktop app and now I need to install in on a client's computer. However, the client would like to have a wizard to install. Like Visual Studio setup project allows you to add an installer. Does Qt allow you to create an installer or do I need to use a 3rd party installer like InstallShield or Wise? 回答1: You definitely need a third party installer. A few good ones have already been mentioned. If you decide to go with a paid solution bitrock's installer is a perfect choice and