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. How to execute an installer silently ? (Qt Framework Installer)
Forum Updated to NodeBB v4.3 + New Features

How to execute an installer silently ? (Qt Framework Installer)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 4.7k 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.
  • J Offline
    J Offline
    julia_f
    wrote on last edited by
    #1

    Hello all,

    I would like to install silently my generated installer through Qt Framework Installer.

    I tried to type in command line : myinstaller.exe -platform minimal
    and I have this error : Unknown option: p, l, a, t, f, o, r, m

    When I try this command line : "myinstaller.exe --silentUpdate" or , I have this error: "Unknown option: silentUpdate"
    or I try this command line : "myinstaller.exe --silent" or , I have this error: "Unknown option: silent"

    Does someone can help me?

    ps : I used the last Qt Framework Installer v2.0.5

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

      hi
      I think you need to use
      http://doc.qt.io/qtinstallerframework/noninteractive.html
      sample
      http://stackoverflow.com/questions/25105269/silent-install-qt-run-installer-on-ubuntu-server

      But I am only guessing. There might be easier way.

      1 Reply Last reply
      1

      • Login

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