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

At the end of update check, "elevated process" is invoked and remain alive after update check has been done.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 3.0.4
    • 3.0.2
    • General
    • None
    • Qt version: 5.10

      OS: Windows 10 professional

       

    Description

      I created installer for my program, and after installation successfully done, invoking

      maintenancetool.exe --checkupdates

      invokes elevated process on its ending.

      and started process (maintenancetool.exe --startserver) keep remain.

      (The checkupdates task was invoked by an user who has Administrator rights.)

      This was caused by destructor of PackageManagerCore class.

      At the destruction(created as local instance of UpdateChecker::check() method), PackageManagerCore create VerboseWriterAdminOutput, and write() method of this class invokes "elevated process".

      and this process remain running in the system.

       

      Attachments

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

        Activity

          People

            installerteam Installer Team
            kurohara Hiroyoshi Kurohara
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes