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. QtIFW "Offline" Update

QtIFW "Offline" Update

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qtifw
2 Posts 2 Posters 1.3k 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.
  • M Offline
    M Offline
    Marc A. Smith
    wrote on 10 Jul 2016, 16:56 last edited by
    #1

    Hi,

    I'm using Qt Installer Framework (2.0.1 currently) to produce an installation program for my project. The software works great, and I'm very happy with it. There is one feature I'd like to see implemented, or maybe someone knows of a way to get this result: I'd like it so when running my application installer, if there is already an installation in the selected target directory, the user be prompted to update the software instead of giving an error stating an installation exists.

    Prompting to update the existing installation would be ideal, but if that feature isn't expected in the foreseeable future, then I'd like to automatically uninstall (or prompt to uninstall) the old version, and then proceed with installing the new version in the wizard.

    I realize I can customize my QtIFW installer to detect an existing installation, but it doesn't appear there is a "silent" or non-interactive uninstall flag for the maintenance tool. I looked at the available flags on mine and don't see one -- is there possibly anything undocumented that allows me to run the maintenance tool and uninstall (eg, "./maintenancetool --uninstall")?

    Any other ideas? I realize there is a whole feature for online updates with the maintenance tool and QtIFW, but I'd prefer to package my releases and post the downloads, and have the user manage their updates with the install packages (eg, offline updates).

    Thanks for your time.

    --Marc

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 11 Jul 2016, 20:33 last edited by
      #2

      Hi and welcome to devnet,

      For discussing feature of QtIFW, I'd recommend posting your question on the interest mailing list . You'll find there QtIFW's developers/maintainers. This forum is more user oriented. You can also take a look a the bug report system to see if there's anything already fitting your description.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      2/2

      11 Jul 2016, 20:33

      • Login

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