How to detect and install prerequisite(s) using QT installer?
-
wrote on 5 Oct 2021, 08:14 last edited by
I need to install my application which has pre-requisites like vc runtime, postgresql. If that is not present, QT installer framework should install the pre-requisites. Can anyone share a sample script for this ?
-
I need to install my application which has pre-requisites like vc runtime, postgresql. If that is not present, QT installer framework should install the pre-requisites. Can anyone share a sample script for this ?
wrote on 5 Oct 2021, 08:28 last edited by@codeNinja95 I use Inno setup to install Qt.
-
wrote on 5 Oct 2021, 08:59 last edited by codeNinja95 10 May 2021, 09:01
@piervalli Thanks for the reply. I have to install my custom application using QT installer framework. My application has pre-requsities like vc runtime and postgresql. So, before installing my application, I want vc runtime and postgresql to be be installed by QT installer framework if it is already not there. Is it possible to do this with QT installer framework instead of inno setup ? If so, Kindly provide a sample script for this.
-
@piervalli Thanks for the reply. I have to install my custom application using QT installer framework. My application has pre-requsities like vc runtime and postgresql. So, before installing my application, I want vc runtime and postgresql to be be installed by QT installer framework if it is already not there. Is it possible to do this with QT installer framework instead of inno setup ? If so, Kindly provide a sample script for this.
wrote on 5 Oct 2021, 09:15 last edited by@codeNinja95 Sorry but with QT installer framework I never found as to install vc runtime. But if you use the last installer of Postgresql it installs vc runtime.
1/4