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

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

      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);
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes