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

--verbose on my installer causes Finish page doesn't come

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 4.7.0
    • General
    • None
    • Windows

    Description

      I'm using QtIFW 4.7 with Qt 5.15 on windows 11 to build my installer.

      If the installer.exe is launched directly, it works well. But if I launch it from command line with --verbose argument, the installer will struck at 100%, 

       

      the callback for page is not entered

      ```
      the Controller.prototype.FinishedPageCallback = function() 
      ```
       
      the callback I wrote is called
      ```
      installer.installationFinished.connect(Controller.prototype.installFinished);
      ```
       
      and the last lines in console is
      ```
      [29223] Writing maintenance tool.
      [29825] Wrote permissions for maintenance tool.
      [30050] Maintenance tool hard restart: false.
      [30059] Installation finished!
      [| 100%]
       
      ```
       
      I need some suggestions to debug this.

      Attachments

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

        Activity

          People

            installerteam Installer Team
            tedadoge He Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes