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. I can’t run QML Application under Windows 7 (MSVC 2008)
QtWS25 Last Chance

I can’t run QML Application under Windows 7 (MSVC 2008)

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 3 Posters 3.4k Views
  • 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.
  • P Offline
    P Offline
    Peppy
    wrote on last edited by
    #1

    Hello guys, I wanted to try QML Application under Windows 7 and MSVC 2008 but it is missing correct MSVCR90.DLL. I looked and tried the versions in WinSxS flder, but it didn't work for me. What I shall do?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You might want to execute the vcredist_x86.exe in order to install the necessary C++ runtime libs on the target machine.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Peppy
        wrote on last edited by
        #3

        I can't run it. It is German. And, I think, I saw that there is problem to install it.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lgeyer
          wrote on last edited by
          #4

          [quote author="Peppy" date="1317132911"]I can't run it. It is German. And, I think, I saw that there is problem to install it.[/quote]

          Can you elaborate this?

          The Visual C++ redistributable (vcredist_x86.exe) is available in any language the operating system is available. In doubt just use the English version. If there are any errors during installation you should provide them for further assistance.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Peppy
            wrote on last edited by
            #5

            But it shows me in German language. Yes there are some problems, but I don't know German...

            !http://i56.tinypic.com/rau3op.png(Vcredist_x86.exe in German language)!

            and result is:

            !http://i54.tinypic.com/33k5hfl.png(Result of vcredist_x86.exe)!

            1 Reply Last reply
            0
            • P Offline
              P Offline
              Peppy
              wrote on last edited by
              #6

              so? No idea?

              1 Reply Last reply
              0
              • G Offline
                G Offline
                goetz
                wrote on last edited by
                #7

                [quote author="Peppy" date="1317243089"]so? No idea?[/quote]

                Please stop bumping topics in that short time. We do not sit before the screen and wait for updates to answer on.

                From my experience, the VS redistributable exe (vcredist_x86.exe) can be executed many times without problems (at least up to VS2005, I will try with VS2008 soon). If you put it into an installer (like InnoSetup), you can start a silent installation with this call:

                @
                vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %TEMP%\vcredist_x86.log"
                @

                (again, tested with the VS2005 version)

                http://www.catb.org/~esr/faqs/smart-questions.html

                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