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. Installer Error
Qt 6.11 is out! See what's new in the release blog

Installer Error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
14 Posts 4 Posters 5.3k 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.
  • xopheriraX Offline
    xopheriraX Offline
    xopherira
    wrote on last edited by
    #1

    I am running window 7 with minGW build kit. I have gone through the installer tutorial and keep getting the error of "binarycreator is not recognized as an internal or external command, operable program or batch file". I have checked and it is in the system "path" as "C:\Qt\QtIFW2.0.3\bin". Any ideas?

    J 1 Reply Last reply
    0
    • xopheriraX xopherira

      I am running window 7 with minGW build kit. I have gone through the installer tutorial and keep getting the error of "binarycreator is not recognized as an internal or external command, operable program or batch file". I have checked and it is in the system "path" as "C:\Qt\QtIFW2.0.3\bin". Any ideas?

      J Offline
      J Offline
      jiandingzhe
      wrote on last edited by
      #2

      @xopherira It is probably not in PATH. You should explicitly call binary creator using full path, or add that directory to PATH env variable.

      1 Reply Last reply
      0
      • xopheriraX Offline
        xopheriraX Offline
        xopherira
        wrote on last edited by
        #3

        I believe that is what I did. Steps I took, Control Panel-Advanced sytem settings-Environment variables-added C:\Qt\QtIFW2.0.3\bin to PATH. I still get the error.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          Double check that the environment of your project in Qt Creator was also update. See the Project panel for that.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • xopheriraX Offline
            xopheriraX Offline
            xopherira
            wrote on last edited by
            #5

            Thanks, where do i need to specifically? The rest of the build and setup process seems to work fine.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Well, in the Project panel. Check both the Build and Run part for the environment variables.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • xopheriraX Offline
                xopheriraX Offline
                xopherira
                wrote on last edited by
                #7

                @SGaist Sorry for the not getting back to this earlier, finished up another project. I added under project and get same error, is there some nuance that i might be missing?

                1 Reply Last reply
                0
                • xopheriraX Offline
                  xopheriraX Offline
                  xopherira
                  wrote on last edited by
                  #8

                  This is what PATH looks like under QT project. C:\Qt\Qt5.6.0\5.6\mingw49_32\bin;C:\Qt\Qt5.6.0\Tools\mingw492_32\bin;C:\ProgramData\Oracle\Java\javapath;%CommonProgramFiles%\Microsoft Shared\Windows Live;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Common Files\Lenovo;C:\ProgramData\Lenovo\ReadyApps;C:\Program Files (x86)\IBM\Client Access\Emulator;C:\Program Files (x86)\IBM\Client Access\Shared;C:\Program Files (x86)\IBM\Client Access;C:\Program Files (x86)\Shoreline Communications\ShoreWare Client;C:\Program Files (x86)\Shoreline Communications\ShoreWare Client\win64;C:\Program Files\Microsoft SQL Server\120\Tools\Binn;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\Doctrine extensions for PHP;C:\Anaconda3;C:\Anaconda3\Scripts;C:\Anaconda3\Library\bin;C:\Program Files\Git\cmd;C:\Program Files (x86)\ShoreTel\Contact Center\Agent\Bin;C:\Qt\QtIFW2.0.3\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin;C:\Qt\Qt5.6.0\5.6\mingw49_32\bin;C:\Qt\QtIFW2.0.3\bin;

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    On the Run part ?

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • xopheriraX Offline
                      xopheriraX Offline
                      xopherira
                      wrote on last edited by
                      #10

                      Its under both run and build, is this incorrect?

                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        Where's that tutorial you are following exactly ?

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply
                        0
                        • xopheriraX Offline
                          xopheriraX Offline
                          xopherira
                          wrote on last edited by
                          #12

                          Here is the link to youtube web tutorial for setting up installer.
                          https://www.youtube.com/watch?v=pXRwgEP_q-Y

                          1 Reply Last reply
                          0
                          • xopheriraX Offline
                            xopheriraX Offline
                            xopherira
                            wrote on last edited by
                            #13

                            Also this one on the Qt site.
                            http://doc.qt.io/qtcreator/creator-build-settings.html

                            H 1 Reply Last reply
                            0
                            • xopheriraX xopherira

                              Also this one on the Qt site.
                              http://doc.qt.io/qtcreator/creator-build-settings.html

                              H Offline
                              H Offline
                              Hareen Laks
                              wrote on last edited by
                              #14

                              @xopherira I believe you have already solved this problem. But this reply is for someone else who has same problem.

                              The answer is;
                              You have to set the system path not user path. After your change have to close the existing command window and open a new one.

                              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