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. Offline installer creation
Forum Updated to NodeBB v4.3 + New Features

Offline installer creation

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

    Hi,

    I need to install QT to use Geant4 simulation code for student in my faculty. I'm trying to generate an offline installer to install in the 30 computers in the class but I get

    .\qt-unified-windows-x64-4.4.1-online.exe co --am  --al -c --ao -t C:\Program Files\Qt --m my_mail --pw my_pass --oi qt_offline.exe qt.qt5.5152.win64_msvc2019_64
    ...
    [634] Warning: La crÚation d'installation hors ligne n'est pas prise en charge
    [634] Warning: No valid license found.
    

    Is it possible to get a offline installer for MSVC 2019 64-bit package?

    Regards

    Juan

    J.HilkJ 1 Reply Last reply
    0
    • I ITUNamur

      Hi,

      I need to install QT to use Geant4 simulation code for student in my faculty. I'm trying to generate an offline installer to install in the 30 computers in the class but I get

      .\qt-unified-windows-x64-4.4.1-online.exe co --am  --al -c --ao -t C:\Program Files\Qt --m my_mail --pw my_pass --oi qt_offline.exe qt.qt5.5152.win64_msvc2019_64
      ...
      [634] Warning: La crÚation d'installation hors ligne n'est pas prise en charge
      [634] Warning: No valid license found.
      

      Is it possible to get a offline installer for MSVC 2019 64-bit package?

      Regards

      Juan

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by J.Hilk
      #2

      @ITUNamur
      took me a moment to figure out, what your case was, I think I got it:

      You want to install Qt on a bunch of student PCs, so they can use it on there. And the installer (from QtCompany) tells you that an offline installer version is not supported?

      Following problem, a while back QtCompany decided that open source users do not get the following any longer:

      • the convenience of precompiled Qt(LTS) versions, that is not the latest one available
      • an offline installer

      see here for more information:
      https://www.qt.io/blog/qt-offering-changes-2020

      So you'll need a commercial version of Qt.
      Or you use one of the older offline installer of Qt from the archive
      https://www.qt.io/offline-installers

      Or, the simplest version: use the online installer, install it once and than simply copy the installation folder over. That should work.


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      1
      • I Offline
        I Offline
        ITUNamur
        wrote on last edited by
        #3

        Thanks, I will see which option I will use.

        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