Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Problems with customized installer creation with Qt Installer Framework

Problems with customized installer creation with Qt Installer Framework

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 930 Views 1 Watching
  • 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.
  • L Offline
    L Offline
    luis.oliveira
    wrote on last edited by
    #1

    Hello, buddies

    I'm using the Qt Installer Framework for create a customized installer for a application, but I'm having problems to understand how to implement some features that I want. Some of these features involve Database access, File Manipulation and if possible the use of containers like QMap or QList.

    Therefore, I don't know whether I can do these things by scripting (using the installscript.qs) or if I have another way. I had not found any documentation that would provide me details about the use of the script API for the framework. So I want know if you have something else that is not the Qt Installer Framework Manualto help me implement the features that I want.

    Thanks in advance.

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      welcome to the forum. What db you want to access in scripting ? What is the file manipulation you would like to do install script ?
      OR
      Do you want to include the libraries corresponding to the features you mentioned in install script ?

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      0
      • L Offline
        L Offline
        luis.oliveira
        wrote on last edited by
        #3

        Thanks!

        I want to access a PostgreSQL, configure and test the connection like we do with Database classes of the Qt libraries. For files, I would like to have a way to write/read/verify existence of file like we do with a QFile, for example.

        If there is some library (or libraries) which can help me to do these things, I think it is useful too.

        Another thing that I want is to know how I can use the default components from Installer screens, like a Next/Previous/Cancel Button.

        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