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