Questions tagged [vcredist]

Visual C++ Redistributable files set. Required set of files to execute .Net based applications.

111 questions
1
vote
0 answers

Error message 'Side-by-side configuration is incorrect' for a Visual Studio 2008 project

Me and my friend are trying to develop software in Visual C++ 2008 Express. We have build a setup file using Inno Setup. We are using Release build to create the setup file. But the problem is, the setup file is working fine on my PC and my friend's…
Shoshi
  • 2,254
  • 1
  • 29
  • 43
1
vote
1 answer

How do I make vcredist a launch condition of my MSI installer?

I have a setup project and I want to make vcredist_x86 2008 & 2010 launch conditions for my application's installer. Is there a way to do this? If so, how?
Brandon Cuff
  • 1,438
  • 9
  • 24
0
votes
1 answer

Is MSVC Redistributable a runtime library or a dynamic library?

I noticed these pieces of content: Microsoft documentation: Microsoft Visual C++ Redistributable latest supported downloads, C runtime (CRT) and C++ standard library (STL) .lib files stackoverflow: What is the C runtime library? It is mentioned…
0
votes
0 answers

How can I get past the "install vcredist_x86.exe" issue when upgrading Websphere from v8.5.5.8 after I installed vcredist_x86?

I'm trying to upgrade Websphere 8.5.5.8 to Websphere 8.5.5.23 but it stops with the message that I have to install Microsft Visual C++ Redistributable Package x86 and also x64. But I installed both of those. I ran the installs as administrator. And…
0
votes
0 answers

VC2013 vcredist_x86.exe wont install silently on mcr.microsoft.com/windows/server:ltsc2022

I am building a docker image and want to silently install a application (of my own creation), however when i run the setup in silent mode on a docker image based on windows/server:ltsc2022 the setup executable doesnt appear to start, the powershell…
0
votes
0 answers

How to add Python software pre-requisites

I have built my first Python software and made an executable (.exe) file using Pyinstaller. I let my friends to test my software but it did not run on their end because it requires vcredist 2013. How can I add vcredist 2013 as a pre-requisite of my…
markcalendario
  • 218
  • 2
  • 9
0
votes
0 answers

Docker container runtime error: java.lang.UnsatisfiedLinkError: Can't find dependent libraries

I am trying to run a service written in Scala in a docker container and when running the service I have the following exception: Caused by: java.lang.UnsatisfiedLinkError:…
0
votes
1 answer

ue4 prerequisites repeat installation?

The Satisfactory game can only be run after the first installation, the second time it must be uninstalled to enter the game, and the third installation... I asked the official customer service, no one…
zeronofreya
  • 203
  • 2
  • 7
0
votes
1 answer

Unable to run UAP app without installing vc_redist.64

I'm using VS 2022, and have a UWP app that references a WinRT project. I'm trying to create a package so I can sideload it onto a separate computer to test that the installer includes everything required. I've included references to Microsoft.VCLibs…
Den
  • 1
0
votes
2 answers

XAMPP Apache can't start because PHP can't find VCREDIST140.DLL >=14.29

XAMPP control panel error log: 7:08:18 PM [Apache] Error: Apache shutdown unexpectedly. [...] 7:08:18 PM [Apache] Press the Logs button to view error logs [...] for more clues C:\xampp\apache\logs\error.log [...] PHP Warning: …
andai
  • 31
  • 3
0
votes
0 answers

Missing CONCRT140D.dll on Windows

When I run my C++ application I get an error message says CONCRT140D.dll was not found. I thought it is a more frequent problem but I was wrong. I found only some useful links. I have some questions: What is the difference between with D postfix or…
MacMac
  • 1
  • 1
0
votes
1 answer

Problem with MVC++ 2013 Redist in Visual Studio 2019

I have big problem, I' m using Visual Studio 2019 to develop my software but in my solution I have third part library that used Microsoft Visual C++ 2013 Redist. In my previous version of Installer Project I include the correct Merge Module files,…
0
votes
0 answers

How can I obtain few of vc runtime dll's to include in my installer?

I've tried for many hours to find the solution for my problem and couln't find it even here. So I have that application.exe that I am writing the Wix Toolset installer for it. Unfortunately I have no access to the source code but I hope I can do my…
tabaluga
  • 31
  • 2
0
votes
1 answer

Why are there multiple copies of the same C++ .dll's on my computer?

I notice that Microsoft Visual C++ runtime libraries are duplicated all over my computer, eg: at the following locations: C:\Windows\System32 C:\Windows\SysWOW64 C:\Program Files\Common Files\microsoft shared C:\Program Files (x86)\Mozilla…
IqbalHamid
  • 2,324
  • 1
  • 18
  • 24
0
votes
1 answer

InstallShield: Unwanted reboot after installed prerequisite

I know there are already some posts about this issue but they seem old and the proposed solution won't work for me. I have a Basic MSI project developed with InstallShield 2020 R3. The setup has this prerequisite: "Microsoft Visual C++ 2019…
Alessandro Ciurlo
  • 102
  • 1
  • 2
  • 11