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. Text mode installer

Text mode installer

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 858 Views 2 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.
  • ocgltdO Offline
    ocgltdO Offline
    ocgltd
    wrote on last edited by
    #1

    I build server (headless) apps in C++ and am looking for a good universal installer (most major Linux distros - don't care about other OS's).

    The key is that my clients run servers in text mode (3) - so anything GUI based in a non-starter. I've watched Qt videos on the installer frameworks and read the docs, but can't find mention of a text mode.

    Is it possible to use the installer framework to create text based (ncurses would be nice) installers?

    1 Reply Last reply
    0
    • I Offline
      I Offline
      iieklund
      wrote on last edited by
      #2

      Hi ocgltd,

      yes it is possible to run the Qt Installer-Framework based installer purely from command line, without UI/Windowing system.
      @joaijala, @kamartti, could you give an example?

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Katja Marttila
        wrote on last edited by
        #3

        Hi,
        Qt Installer Framework is mostly designed to be used with gui, you can install with it without user interactions but requires scripting and knowing in advance what components you are about to install as you cannot list with IFW what components there are available. Here is an example how to do a headless installation: https://codereview.qt-project.org/c/installer-framework/installer-framework/+/113141. Nothing ncurses like though and not all are so happy with the current headless solutions as you can read from https://bugreports.qt.io/browse/QTIFW-166

        1 Reply Last reply
        2

        • Login

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