Questions tagged [redistributable]

208 questions
51
votes
5 answers

Where to download Microsoft Visual c++ 2003 redistributable

I have an old dll that uses the Microsoft Visual C++ 2003 (7.1) run time package. Unfortunately I don't have that DLL around anymore. Short of reinstalling VS2003, is there another way to get the run time redistributable dll?
Jim McKeeth
  • 37,154
  • 23
  • 116
  • 187
48
votes
2 answers

Why does my application require Visual C++ Redistributable package

I'm writing a simple C++ application in Visual Studio. It also has a setup project. It works well on my development machine, but when I'm installing this application on user's machine it requires Visual C++ Redistributable Package. I'm wondering why…
JeB
  • 9,395
  • 7
  • 50
  • 79
33
votes
13 answers

How to detect VC++ 2008 redistributable?

Is there a Registry setting that I can look for to determine whether or not the Visual C++ redistributable is installed, whether standalone or as part of Visual Studio 2008? I know that I could launch the VC++ 2008 redistributable installer and let…
RobH
  • 1,545
  • 2
  • 23
  • 40
22
votes
5 answers

while installing vc_redist.x64.exe, getting error "Failed to configure per-machine MSU package."

While I am trying to install vc_redist.x64.exe on Windows 8.1 getting following error: Failed to configure per-machine MSU package.
Soman Dubey
  • 3,531
  • 4
  • 19
  • 30
21
votes
4 answers

How to detect whether I need to install VCRedist?

I have a question very similar to this one but the answer does not work for me. Software I am maintaining the setup for depends on VC++ 2008 (SP1, precisely), thus I need to find a solution to install VCRedist if not yet installed. I understand the…
lImbus
  • 1,527
  • 3
  • 14
  • 25
19
votes
6 answers

.NET 3.5 Redistributable -- 200 MB? Other options?

I've been using a lot of new .NET 3.5 features in the work that I've been doing, lately. The application that I'm building is intended for distribution among consumers who will probably not have the latest version (or perhaps any version) of the…
Jeremy Privett
  • 4,369
  • 2
  • 29
  • 35
16
votes
1 answer

Why do I need a redistributable package on unmanaged code? (msvcp100.dll)

What is the purpose of the 'msvcrXXX.dll' and 'msvcpXXX.dll'? And what are the differences between msvcr and msvcp? Why do I need to link them to my binary if it's just a very simple and unmanaged .dll? Is it because it's part of the linker? Why…
lqbweb
  • 1,397
  • 1
  • 16
  • 30
15
votes
4 answers

How to detect if Visual C++ 2017 Redistributable is installed

With Microsoft changing the pattern of registry entries in its latest versions, how do i detect if Visual C++ 2017 Redistributable is installed on a machine? My aim is to install VC++2015Redist since the software is written using VS2015. If i can…
13
votes
2 answers

Are there any side-effects of using macro _BIND_TO_CURRENT_VCLIBS_VERSION?

We are porting a VC++ project from Visual Studio 2003 to Visual Studio 2008 SP1(9.0.30729.4148). The dependent external libraries are also compiled with Visual Studio 2008 SP1. MainApp - Main application Compiled with VS SP1…
aJ.
  • 32,074
  • 21
  • 79
  • 124
12
votes
2 answers

MSVC 2015 Universal CRT for app-local deployment

It was announced that the Universal CRT would be a re-distributable DLL such that app-local deployment would still be possible. I have installed the Visual Studio 2015 Express Edition and I was looking for ucrtbase.dll in the SDK directories, but I…
11
votes
2 answers

Which VC++ redistributable package to choose (x86 or x64)?

Is the package type (x86 or x64) dependent on my application type or on the OS type it is installed on? I.e., if I develop a 32-bit application do I need to deploy the x86 package only or deploy both packages and install x86 on 32-bit windows and…
Matthias Bäßler
  • 460
  • 1
  • 5
  • 11
11
votes
5 answers

How to determine if the 32-bit Visual Studio 2013 redistributable is installed on a user's machine reliably via the Registry?

I am using DeployMaster to build an installer for a 32-bit Windows application written in C++ using Qt. The executable depends on the Visual Studio 2013 redistributable - i.e., the 32-bit Visual Studio 2013 redistributable must be installed by the…
9
votes
2 answers

Distributing .NET 4.0 redistributable with application

I want to pack the .NET 4.0 redistributable with our application. We will be installing onto systems that may not have external network or Internet access. I went to the Microsoft site to download this and the redistributable package is listed as…
WPFNewbie
  • 2,332
  • 6
  • 29
  • 44
9
votes
1 answer

Error: A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine

When I try to run the VS 2010 redistributable "vcredist_x86.exe", an error "A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine" occurs and blocks me from installation. I have actually installed VS 2010 pro…
Bon
  • 2,841
  • 4
  • 19
  • 36
8
votes
1 answer

Microsoft Visual C++ Redistributable for Visual Studio 2012 Update 4 Installer displaying in Chinese

I need to install Microsoft Visual C++ Redistributable for Visual Studio 2012 Update 4 but when I run it, it opens in Chinese even though I selected English. I have tried in three different browsers. When I right click the downloaded file from…
1
2 3
13 14