I can’t run QML Application under Windows 7 (MSVC 2008)
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?
6 replies
I can’t run it. It is German. And, I think, I saw that there is problem to install it.
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.
so? No idea?
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)
You must log in to post a reply. Not a member yet? Register here!





