Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Application Installer Creation

Application Installer Creation

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 314 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.
  • P Offline
    P Offline
    Paul Orasan
    wrote on last edited by
    #1

    Hello, everyone!

    I have the release of my app which I've deployed succesfully using windeployqt tool, and now I want to create an installer for my application which needs to basically extract the components and run the ODBC Connector installer so that my application can connect to the database I'm using. However, I have no idea how can I do this, can someone give me some indications?

    Thank you in advance!

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      You can use Qt own system
      https://doc.qt.io/qtinstallerframework/
      or other like
      http://izpack.org/

      Adding the Qt DLL/so files to the installer should not be the biggest issue,
      However, you need to check if it can run another installer.

      for
      Qt Installer Framework , its something like
      installer.performOperation("Execute", ["path\some.exe"]);

      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