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

Running MaintenanceTool with updater script does not react to cancel events

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 2.0.5
    • General
    • None
    • Windows10,x64

    Description

      When I run the MaintenanceTool.exe with a script to automatically run the update procedure, I cannot cancel the update anymore. The cancel button seems to be not reacting anymore.

      function Controller() {
          installer.autoRejectMessageBoxes();
          installer.installationFinished.connect(function() {
              installer.executeDetached("@TargetDir@/MyApp.exe", [], "@TargetDir@");
              gui.clickButton(buttons.FinishButton);
          })
      }
      
      Controller.prototype.WelcomePageCallback = function() {
          gui.clickButton(buttons.NextButton);
      }
      
      Controller.prototype.CredentialsPageCallback = function() {
          gui.clickButton(buttons.NextButton);
      }
      
      Controller.prototype.IntroductionPageCallback = function() {
          gui.clickButton(buttons.NextButton);
      }
      
      Controller.prototype.ComponentSelectionPageCallback = function() {
          var widget = gui.currentPageWidget();
      
          gui.clickButton(buttons.NextButton);
      }
      
      Controller.prototype.ReadyForInstallationPageCallback = function()
      {
          gui.clickButton(buttons.NextButton);
      }
      
      Controller.prototype.FinishedPageCallback = function() {
          gui.clickButton(buttons.FinishButton);
      }
      

      Attachments

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

        Activity

          People

            installerteam Installer Team
            zack_snyder Zack
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes