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. [SOLVED] Creating a silent installer for Windows
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Creating a silent installer for Windows

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 2.8k Views 3 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.
  • S Offline
    S Offline
    SelinaKyle37
    wrote on last edited by SelinaKyle37
    #1

    Is there a way to create a silent installer to be run on Windows for my Qt app? The app is not open-source.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by
      #2

      What do you mean with "silent installer"??

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SelinaKyle37
        wrote on last edited by
        #3

        An installer which requires no interaction from the user and does not display a wizard. I need to work with a third party piece of software that requires my app to have this kind of installer.

        1 Reply Last reply
        0
        • Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          According to this report you can create unattended installations with scripting. That is if you're using Qt Installer Framework.

          Other third party setup packages also have this ability. For example I remeber Inno Setup had /SILENT and /VERYSILENT switches that displayed no ui.

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mcosta
            wrote on last edited by mcosta
            #5

            Yep, will be available in version 2.0.0

            Once your problem is solved don't forget to:

            • Mark the thread as SOLVED using the Topic Tool menu
            • Vote up the answer(s) that helped you to solve the issue

            You can embed images using (http://imgur.com/) or (http://postimage.org/)

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SelinaKyle37
              wrote on last edited by
              #6

              Thanks, I'll look into those solutions.

              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