Qt Installer Framework features
-
wrote on 2 Mar 2015, 06:38 last edited by
I'm trying to create an installation package of my project with QtIFW.
I need some special features, which I didn't find how to implement with the Framework.Dependencies between different application:
I need to check if some application is installed already, and if not, fail current installation.
Also I need to use path of the application, which installed already, as an installation path of for current installation, without letting user to choose another installation path.Embed a third-party installer into my installation package and run it, if necessary. For example, I need to put a Microsoft Visual C Runtime installation into my installation package and runt it only if MSVC RT is not installed already.
Is it possible to implement such features in QtIFW?
1/1