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. Silent installation of QT 4.6.2 on Windows 10

Silent installation of QT 4.6.2 on Windows 10

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

    Hello all,

    I am building a script for my client that needs to include installation of the Qt Framework (version 4.6.2 commercial).
    My goal is to create an automatic script that will silently install the framework (with hard-coded credentials).
    Currently I am not able to find an explanation of of how to do silent install of the Qt Framework.
    I am interested to know if such option is possible, and if so, what are the correct flags.

    Regards,
    Ilya,

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      4.6.2? Are you sure? That was released when dinosaurs still roamed the planet :-)

      There are silent install scripts for Qt (check out @benlau 's splendid package https://github.com/benlau/qtci) but these require much more modern Qt releases.

      Since you say you have a commercial package - ask Qt Company directly. Maybe they'll have some script ready for you.

      My goal is to create an automatic script that will silently install the framework (with hard-coded credentials).

      If I may: why? You only need to install Qt on development machines (used by developers). They are certainly capable of installing it themselves. For deployment, you only need to deploy Qt libs together with your .exe. windeployqt can help with that (but, again, not with Qt 4).

      (Z(:^

      1 Reply Last reply
      2
      • I Offline
        I Offline
        Ilya MT
        wrote on last edited by
        #3

        @sierdzio said in Silent installation of QT 4.6.2 on Windows 10:

        windeployqt

        Thank you for the fast and informative replay. This is a small project that we support and we are trying to change as little as possible. It totally slipped from my mind that for deployment machines, I just need the DLLs. Will definitely check that!

        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