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. Update maintenance tool itself using QtIFW

Update maintenance tool itself using QtIFW

Scheduled Pinned Locked Moved Installation and Deployment
maintenance too
4 Posts 3 Posters 2.7k 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.
  • J Offline
    J Offline
    JeroenDierckx
    wrote on last edited by
    #1

    Hi,

    I am using Qt Installer Framework to install and update our application for our clients. I use the maintenance tool, that is copied to the installation folder at installation, as an update mechanism for the software.

    What is a good way to update the maintenance tool itself when I create a new version of our installer? I guess I cannot replace the maintenance tool while it is running?

    Greetings,
    JeDi

    K 1 Reply Last reply
    0
    • J JeroenDierckx

      Hi,

      I am using Qt Installer Framework to install and update our application for our clients. I use the maintenance tool, that is copied to the installation folder at installation, as an update mechanism for the software.

      What is a good way to update the maintenance tool itself when I create a new version of our installer? I guess I cannot replace the maintenance tool while it is running?

      Greetings,
      JeDi

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @JeroenDierckx

      That is really an interesting question. As merely a user I cannot give you a proper answer.

      However, I have seen with the Qt maintenance tool the other day that it ask for an update and it was asking for restart at the end. Possibly it is triggered when an update based on new maintenance tool is loaded.

      Also I am questioning if this is best place here to ask. Installer framework questions (at least those tagged as) do not a lot of responses. Probably the developer mailing list is better.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        alexvplay
        wrote on last edited by
        #3

        It's possible, the Qt SDK performs this action for every new release of the ifw.

        The guys over at the Qt company use the installed script bundled within this archive for example. I'm however not entirely sure if this requires a custom built CPP operation registered within the installer core as of now.

        Probably the install script is a good beginning for you...

        Best,
        Alex from V-Play

        CoFounder of Felgo - https://felgo.com/qt

        Felgo simplifies Mobile App & Game Development with Qt
        What others say: Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

        1 Reply Last reply
        0
        • J Offline
          J Offline
          JeroenDierckx
          wrote on last edited by
          #4

          Thanks for the replies. The archive you linked to contains only part of the logic I guess. The actual QtIFW config files seem to be generated or something when looking at the qtsdk source. Or am I missing the package config files somewhere?

          Anyway, I will try some things. I still think updating the maintenance tool itself should be easily supported by QtIFW.

          Greetings,
          Jeroen

          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