Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSVCR110.dll is missing error on wamp running

I install the WAMP server on Windows 7 32 bit edition, but when I run this the error comes MSVCR110.dll is missing.

I install

Visual C++ 2010 SP1 Redistributable Package x86 : VC10 SP1 vcredist_x86.exe

from this location

But the problem is still and then i install Visual C++ 2008 from

But the problem is still here. Then I download visual c++ 2012 redistributable
but this is not install in my computer here is a log file
Log file

[043C:09FC][2014-09-15T15:50:26]: Burn v3.6.3542.0, Windows v6.1 (Build 7600: Service Pack 0), path: C:\Users\azeem\Downloads\vcredist_x64.exe, cmdline: ''
[043C:09FC][2014-09-15T15:50:26]: Setting string variable 'WixBundleLog' to value 'C:\Users\azeem\AppData\Local\Temp\dd_vcredist_amd64_20140915155026.log'
[043C:09FC][2014-09-15T15:50:26]: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\azeem\Downloads\vcredist_x64.exe'
[043C:09FC][2014-09-15T15:50:27]: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030'
[043C:09FC][2014-09-15T15:50:27]: Detect 2 packages
[043C:09FC][2014-09-15T15:50:27]: Detected package: vcRuntimeMinimum_x64, state: Absent, cached: None
[043C:09FC][2014-09-15T15:50:27]: Detected package: vcRuntimeAdditional_x64, state: Absent, cached: None
[043C:09FC][2014-09-15T15:50:27]: Condition 'VersionNT64 >= v6.0 OR (VersionNT64 = v5.2 AND ServicePackLevel >= 1)' evaluates to false.
[043C:09FC][2014-09-15T15:50:27]: Error 0x81f40001: Bundle condition evaluated to false: VersionNT64 >= v6.0 OR (VersionNT64 = v5.2 AND ServicePackLevel >= 1)
[043C:09FC][2014-09-15T15:50:27]: Detect complete, result: 0x0`
like image 364
Axeem Avatar asked Feb 13 '23 01:02

Axeem


1 Answers

According to wamp server official website, use the following link Visual Studio 2012 VC 11 vcredist_x64/86.exe

like image 52
DJ' Avatar answered Mar 05 '23 06:03

DJ'