• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Installing Vis C++ Redistributable Libraries on Windows 7

Gympie

New Member
Joined
Oct 28, 2021
Messages
1 (0.00/day)
I'm attempting to install Vis C++ Libraries on an old Windows 7 SP1.

Visual Studio 2005 was already installed.

A program I wished to run complained that MSVCP140.dll was missing and so I installed Visual Studio 2015.

The program then complained that api-ms-win-crt-runtime-|1-1-0.dll was missing.

I downloaded TECHPOWERUP's file Visual-C-Runtimes-All-in-One-Jul-2021.zip.

As the .bat file didn't work I installed the 2008, 2010, 2012 libraries separately.

When I tried the 2013 library I get a message that the installation failed "One or more issues caused the setup to fail. Please fix the issues and then retry"

I got the same message when I also tried to install the 2015 - 2022 packages.

There is more information the log file if anyone is interested in helping me out here.

Also, what package would the api-ms-win-crt-runtime-|1-1-0.dll be in.

Any assistance would be greatly appreciated,

Gympie
 
Hi,
You can get that error op mentions if you run old benchmarks like smelly cat/... maybe even old games.
That's why I also posted the direct x link to
 
Hi,
You can get that error op mentions if you run old benchmarks like smelly cat/... maybe even old games.
That's why I also posted the direct x link to
Even after installing my AIO runtime package?

Oooh, your link is to the DirectX runtimes. These help when you get missing d3dx dll errors

You probably need a file called vcredist_x86 as well
DirectX runtimes is not vcredist.
 
Even after installing my AIO runtime package?

Oooh, your link is to the DirectX runtimes. These help when you get missing d3dx dll errors


DirectX runtimes is not vcredist.
Hi,
Indeed
I believe I found your c++ goodies after I found the vcredist long ago
I run both out of habit but vcredist always say I have more recent version already lol I just keep forgetting to get rid of it my bad :-)
 
Hi,
Indeed
I believe I found your c++ goodies after I found the vcredist long ago
I run both out of habit but vcredist always say I have more recent version already lol I just keep forgetting to get rid of it my bad :)
You can search for specific dynamic link libraries online and place them in system32 folder...
 
You can search for specific dynamic link libraries online and place them in system32 folder...
Hi,
More work 2 links in post 2 are ezpz to use :-)

Only work is unchecking the Bing bar on the dx install lol
 
Back
Top