Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-1010

maintenancetool --checkupdates needs admin rights on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 3.0.4
    • 3.0.1
    • General
    • None
    • Windows 10, 64bit

    Description

      Our application uses an online installer. It is installed in

      C:\Program Files (x86)\MyCompanyName\ (admin rights for write access needed).

      With version 2.0.5 we check on every start of our application if there are new updates available. We execute the check hidden in a background thread. The user does not notice this:

      void Updater::run() {

      QStringList checkupdates("--checkupdates");
      int exitCode = QProcess::execute("maintenancetool", checkupdates);

      ...

      }

      Now, in version 3.0.1 a Windows message pops up asking for admin rights. Is this a bug or is there a new way for a silent update check?

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              installerteam Installer Team
              schaef Christoph Schaefer
              Votes:
              5 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes