The error seems to indicate it cannot find the necessary Visual C++ runtimes. I would start by installing the 2010 C++ runtimes and see if that fixes the issue. The error indicates 2010 / 2008 / 2005 so you may need all three or it may be just trying to fall back to the older versions.
--Bill