Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to detect and install prerequisite(s) using QT installer?

How to detect and install prerequisite(s) using QT installer?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 334 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    codeNinja95
    wrote on last edited by
    #1

    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 ?

    piervalliP 1 Reply Last reply
    0
    • C codeNinja95

      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 ?

      piervalliP Offline
      piervalliP Offline
      piervalli
      wrote on last edited by
      #2

      @codeNinja95 I use Inno setup to install Qt.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        codeNinja95
        wrote on last edited by codeNinja95
        #3

        @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.

        piervalliP 1 Reply Last reply
        0
        • C codeNinja95

          @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.

          piervalliP Offline
          piervalliP Offline
          piervalli
          wrote on last edited by
          #4

          @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 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved