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. Deploy several applications into one directory
Qt 6.11 is out! See what's new in the release blog

Deploy several applications into one directory

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 1.1k 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.
  • O Offline
    O Offline
    Oliv
    wrote on last edited by
    #1

    Hi,

    I have 2 (or more) applications that I would like to deploy on users computer.
    I want to give them separate installer (one per application) because I want to give each user only the applications required for him.

    But I would like that when a user install 2 applications, they are installed into the same target directory in order not to duplicate libraries. And that only one maintenance tool handle both applications.

    But I have not found how to do this.
    For the moment, I am able to build an installer for one application, that contains all libraries, but when I try to install a second application into the same directory, I have an error because the target directory is not empty.

    I am able to build an installer that contains all applications, but this is not what I want.

    Any idea ?

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

      Hi and welcome to devnet,

      Not a direct answer but I'd look at the Qt online installer, since you can add/remove Qt versions, there might be something similar that's doable for your use case.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • O Offline
        O Offline
        Oliv
        wrote on last edited by
        #3

        Thank you for your answer.
        This is a point I have looked at, but I haven't found how to add a new repository to an existing maintenance tool without manual intervention from the user. If this is possible, I would appreciate having information about this.

        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