Offline installer creation
-
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
-
@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-2020So 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-installersOr, the simplest version: use the online installer, install it once and than simply copy the installation folder over. That should work.