Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Creator reinstall?
Forum Updated to NodeBB v4.3 + New Features

Qt Creator reinstall?

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 3 Posters 1.5k Views 2 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.
  • T Offline
    T Offline
    Taytoo
    wrote on last edited by
    #1

    I had an old version of Qt Creator 4.x, recently use Qt Maintenance Tool to upgrade to 8.0.1. When I launched Qt Creator, it would display warnings about Plugin versions.

    Read online that I need to uninstall Qt Creator using maintenance tool and re-install standalone version. Tried that, no plugin warning anymore but now it wouldn't detect installed Qt versions.

    So I uninstalled standalone version using Windows Add/Remove programs and then used Qt Maintenance tool to install Qt Creator again. This time, setup kept complaining about missing script files related to Qt creator. So I rebooted my computer and uninstalled Creator again using Maintenance tool - again got a bunch of missing script files errors.

    Rebooted computer and open Qt Maintenance Tool. This is what I'm seeing now:

    da150795-169d-4323-b432-e5d0645fc031-image.png

    Is this yellow Qt Creator line implying that Qt Creator is installed? because I've checked the folder and its empty. There is no check-box next to Qt Creator either, so how do I install it?

    1 Reply Last reply
    0
    • J.HilkJ J.Hilk

      @sierdzio said in Qt Creator reinstall?:

      he maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator).

      You're technically correct, which is the best kind of correct! But I don't like to be forced in to boxes, so let me reshare how to circumvent this issue:

      https://forum.qt.io/topic/80086/qt-creator-4-3-0-stability/13

      T Offline
      T Offline
      Taytoo
      wrote on last edited by
      #5

      @J-Hilk said in Qt Creator reinstall?:

      @sierdzio said in Qt Creator reinstall?:

      he maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator).

      You're technically correct, which is the best kind of correct! But I don't like to be forced in to boxes, so let me reshare how to circumvent this issue:

      https://forum.qt.io/topic/80086/qt-creator-4-3-0-stability/13

      It worked! Sharing your solution here:

      Open commandprompt -> cd to Qt Installation folder
      
      MaintenanceTool.exe --no-force-installations
      

      I first unselected it, and went ahead with uninstall. Again got a bunch of errors about missing scripts/files. Exited the installer.

      Ran Qt Maintenance Tool again (using same method), this time selected Qt Creator and the Qt sources I wanted. Everything installed fine, No errors at Qt Creator startup, all Kits are showing up properly in Qt Creator as well.

      1 Reply Last reply
      1
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by sierdzio
        #2

        @Taytoo said in Qt Creator reinstall?:

        uninstalled Creator again using Maintenance tool

        The maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator). Do that, install fresh, it should work.

        You may want to also clean up Creator files from temp and C:/Users/yourUserName folders, maybe there are some leftovers from 4.x there.

        (Z(:^

        J.HilkJ T 2 Replies Last reply
        1
        • sierdzioS sierdzio

          @Taytoo said in Qt Creator reinstall?:

          uninstalled Creator again using Maintenance tool

          The maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator). Do that, install fresh, it should work.

          You may want to also clean up Creator files from temp and C:/Users/yourUserName folders, maybe there are some leftovers from 4.x there.

          J.HilkJ Online
          J.HilkJ Online
          J.Hilk
          Moderators
          wrote on last edited by
          #3

          @sierdzio said in Qt Creator reinstall?:

          he maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator).

          You're technically correct, which is the best kind of correct! But I don't like to be forced in to boxes, so let me reshare how to circumvent this issue:

          https://forum.qt.io/topic/80086/qt-creator-4-3-0-stability/13


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          T 1 Reply Last reply
          2
          • sierdzioS sierdzio

            @Taytoo said in Qt Creator reinstall?:

            uninstalled Creator again using Maintenance tool

            The maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator). Do that, install fresh, it should work.

            You may want to also clean up Creator files from temp and C:/Users/yourUserName folders, maybe there are some leftovers from 4.x there.

            T Offline
            T Offline
            Taytoo
            wrote on last edited by
            #4

            @sierdzio said in Qt Creator reinstall?:

            @Taytoo said in Qt Creator reinstall?:

            uninstalled Creator again using Maintenance tool

            The maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator). Do that, install fresh, it should work.

            You may want to also clean up Creator files from temp and C:/Users/yourUserName folders, maybe there are some leftovers from 4.x there.

            Seems like a huge issue with Qt Maintenance Tool.

            1. It didn't update the necessary plugins when I updated Qt Creator, leading to plugin errors
            2. Standalone installation doesn't detect installed Qt properly, even after I tried to specify paths - no clear documentation or instructions provided either.
            3. Uninstalling Standalone Qt Creator, messed up the whole Qt installation.
            1 Reply Last reply
            0
            • J.HilkJ J.Hilk

              @sierdzio said in Qt Creator reinstall?:

              he maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator).

              You're technically correct, which is the best kind of correct! But I don't like to be forced in to boxes, so let me reshare how to circumvent this issue:

              https://forum.qt.io/topic/80086/qt-creator-4-3-0-stability/13

              T Offline
              T Offline
              Taytoo
              wrote on last edited by
              #5

              @J-Hilk said in Qt Creator reinstall?:

              @sierdzio said in Qt Creator reinstall?:

              he maintenance tool does not allow to uninstall Qt Creator, you have to uninstall everything (all Qt versions, tools and creator).

              You're technically correct, which is the best kind of correct! But I don't like to be forced in to boxes, so let me reshare how to circumvent this issue:

              https://forum.qt.io/topic/80086/qt-creator-4-3-0-stability/13

              It worked! Sharing your solution here:

              Open commandprompt -> cd to Qt Installation folder
              
              MaintenanceTool.exe --no-force-installations
              

              I first unselected it, and went ahead with uninstall. Again got a bunch of errors about missing scripts/files. Exited the installer.

              Ran Qt Maintenance Tool again (using same method), this time selected Qt Creator and the Qt sources I wanted. Everything installed fine, No errors at Qt Creator startup, all Kits are showing up properly in Qt Creator as well.

              1 Reply Last reply
              1

              • Login

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