I get the error...
The program can\'t start because MSVCR110.dll is missing from your computer.
I have installed both Microsoft Visual C++ 2010
Had to make sure that I had the correct versions of C++ installed as well as making sure port 80 was free.
You do not need to install the full Visual Studio Compile.
You need to have these MSVC runtimes installed, it looks like you were missing the MSVC11 (2012) runtime.
What you need :
The 2008 Redist (32bit) is used by wampmanager even if you installed the 64bit WAMPServer.
The 2010 Redist is used by some versions of Apache ( depending on compiler used ).
The 2012 Redist is used by some versions of Apache ( depending on compiler used ).
FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Download
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) Download
If you are using WampServer 2.4 32bit and therefore Apache 2.4.x
Microsoft Visual C++ 2012 is required Download And select vcredist_x86.exe
FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) Download
Yes you need the x86 Package regardless as wampmanager uses this <<
Microsoft Visual C++ 2008 Redistributable Package (x64) Download
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) Download
If you are using WampServer 2.4 or greater, 64bit
Microsoft Visual C++ 2012 Download And select vcredist_x64.exe
Make sure you run the wamp server installation file as administrator (indeed for any installations). Doing this worked for me when previous installations resulted in not being able to launch wamp server.