Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Error during uninstallation process

Error during uninstallation process

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 3 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    user2301
    wrote on last edited by user2301
    #1

    I am using QtIFW-3.1.1 binarycreator.exe to create online custom installer. When I try to uninstall , I get the following error. I am not sure from where this error pop up message is coming from. How to debug this or suppress the error message. How to ignore this error in the code? I do not want to display this pop error message to the user. No clue how to proceed further.

    0_1559730254321_error_uninstall.PNG

    jsulmJ 1 Reply Last reply
    0
    • U user2301

      I am using QtIFW-3.1.1 binarycreator.exe to create online custom installer. When I try to uninstall , I get the following error. I am not sure from where this error pop up message is coming from. How to debug this or suppress the error message. How to ignore this error in the code? I do not want to display this pop error message to the user. No clue how to proceed further.

      0_1559730254321_error_uninstall.PNG

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @user2301 Did you try to click on "Show Details" button (before error appears) to see what is going on when this error appears?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      U 1 Reply Last reply
      0
      • jsulmJ jsulm

        @user2301 Did you try to click on "Show Details" button (before error appears) to see what is going on when this error appears?

        U Offline
        U Offline
        user2301
        wrote on last edited by
        #3

        @jsulm Yes. I tried. But is shows nothing

        0_1559733589743_fcb048c2-b2c9-4f05-9c18-f4db9c6063f1-image.png

        1 Reply Last reply
        0
        • I Offline
          I Offline
          iieklund
          wrote on last edited by
          #4

          Hi @user2301 ,

          hard to say what causes this error dialog without knowing specific details?

          I would first check the installscript.qs files, are you using those for control scripting?
          Try to run the installer executable from command line with "--verbose" to see more traces.

          U 2 Replies Last reply
          0
          • I iieklund

            Hi @user2301 ,

            hard to say what causes this error dialog without knowing specific details?

            I would first check the installscript.qs files, are you using those for control scripting?
            Try to run the installer executable from command line with "--verbose" to see more traces.

            U Offline
            U Offline
            user2301
            wrote on last edited by user2301
            #5

            @iieklund I am not sure. After upgrading to latest IFW Version: 3.1.1, built with Qt 5.9.5.. I am getting this uninstall error.

            0_1560773929670_f98c5eef-f4fb-4f17-b080-585292f16535-image.png

            I 1 Reply Last reply
            0
            • U user2301

              @iieklund I am not sure. After upgrading to latest IFW Version: 3.1.1, built with Qt 5.9.5.. I am getting this uninstall error.

              0_1560773929670_f98c5eef-f4fb-4f17-b080-585292f16535-image.png

              I Offline
              I Offline
              iieklund
              wrote on last edited by
              #6

              @Katja-Marttila, any ideas?

              1 Reply Last reply
              0
              • I iieklund

                Hi @user2301 ,

                hard to say what causes this error dialog without knowing specific details?

                I would first check the installscript.qs files, are you using those for control scripting?
                Try to run the installer executable from command line with "--verbose" to see more traces.

                U Offline
                U Offline
                user2301
                wrote on last edited by
                #7

                @iieklund As a workaround, I added the following line to controller script

                installer.autoRejectMessageBoxes();
                installer.setMessageBoxAutomaticAnswer("installationErrorWithRetry", QMessageBox.Ignore);
                
                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved