[SOLVED] Creating a silent installer for Windows
Installation and Deployment
6
Posts
3
Posters
2.8k
Views
3
Watching
-
wrote on 23 Mar 2015, 18:55 last edited by SelinaKyle37
Is there a way to create a silent installer to be run on Windows for my Qt app? The app is not open-source.
-
wrote on 23 Mar 2015, 19:39 last edited by
What do you mean with "silent installer"??
-
wrote on 23 Mar 2015, 20:27 last edited by
An installer which requires no interaction from the user and does not display a wizard. I need to work with a third party piece of software that requires my app to have this kind of installer.
-
According to this report you can create unattended installations with scripting. That is if you're using Qt Installer Framework.
Other third party setup packages also have this ability. For example I remeber Inno Setup had /SILENT and /VERYSILENT switches that displayed no ui.
-
wrote on 24 Mar 2015, 08:34 last edited by mcosta
Yep, will be available in version 2.0.0
-
wrote on 24 Mar 2015, 11:48 last edited by
Thanks, I'll look into those solutions.
1/6