redistributable Questions

6

Solved

While I am trying to install vc_redist.x64.exe on Windows 8.1 getting following error: Failed to configure per-machine MSU package.
Epistle asked 21/7, 2015 at 10:31

5

Solved

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 S...

4

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 si...

2

Solved

Is there a redistributable .NET 3.5 installation package that is a silent installer? Or alternatively, is there a switch that can be passed to the main redistributable .NET 3.5 installer to make it...
Hoop asked 7/9, 2008 at 12:52

2

I am creating the installer for my application using a "Visual Studio Installer" project type in Visual Studio 2017. I want my installer to install visual c++ redistributable 2015 with my applicat...

3

We are looking to start building internally used software in 64 bit, and found this morning that installing the x64 VS 2013 redistributable either uninstalls or makes inaccessible the x86 dlls. We ...
Breeze asked 24/4, 2015 at 13:51

1

If i install just Visual C++ 2017 Redistributable on my machine, can it support applications that was written for 2015 in other words, if I uninstall Visual C++ 2015 Redistributable and install Vi...

1

I am using Rotativa for convert the view to PDF. It works on my local but when published on IIS server it gives error as below: Source Error: An unhandled exception was generated during the ex...
Aperiodic asked 17/8, 2016 at 17:9

2

Solved

I wish to make my installer (visual studio setup) to install redistributable (Visual C++ 2013 redistributable x86) in case it isn't installed on the PC or install the necessary dll for my program. ...
Eyla asked 2/6, 2015 at 12:12

2

Solved

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 lo...
Agnesagnese asked 16/9, 2015 at 7:10

5

Solved

Using Visual Studio, I have built an C++ application running in 32bit. It will be deployed both to 32-bit and 64-bit Windows servers. It won't be run in 64-bit mode (but rather under WoW). Should ...
Pyx asked 27/9, 2010 at 11:55

5

Solved

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 r...
Slacker asked 20/10, 2009 at 17:34

2

Solved

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 V...

3

Solved

My ClickOnce application uses a third party tool that requires the Visual C++ 2005 redistributable. The third party tool will not work if only the VC++ 2008 redistributable is installed. However, i...
Emulation asked 23/9, 2008 at 17:28

1

Solved

I am searching for a command that I can use in Elastic Beanstalk configuration file to install Visual C++ Redistributable for Visual Studio 2012 which I need for my web project to run. I tried ins...

1

Solved

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 browser...
Papery asked 15/11, 2013 at 21:22

13

Solved

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 lau...
Lucianaluciano asked 14/10, 2008 at 23:22

2

Solved

My program contains several dlls which depend on MSVCP100.dll and MSVCR100.dll, in Win7 my program runs without any problem, however in Win8 it failed to locate these two dlls. I notice that in Win...
Collencollenchyma asked 28/9, 2012 at 9:4

1

Solved

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 ...
Belding asked 13/12, 2012 at 12:18

3

Solved

I have been recently trying to deploy a C# application on a computer that does not have .NET installed. I know that there have been many questions around the same topic here on StackOverflow. Here...
Kowal asked 6/4, 2012 at 22:56

2

Solved

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...
Delores asked 30/1, 2012 at 16:51

1

Solved

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...
Parthenia asked 21/11, 2011 at 18:22

2

Solved

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...
Urba asked 29/8, 2011 at 17:40

1

I have an application developed using c++\cli on vs2008. As you are aware to deploy this application on any machine, i need the vc++ redistributable to be installed on the target machine. I wanted...
Auntie asked 25/8, 2011 at 11:27

2

Solved

I've downloaded and compiled an open-source C++ application, Frhed. When I run the version I've compiled, it demands MSVCR100 and few other dll files (part of Visual C++ redistributable). However,...

© 2022 - 2024 — McMap. All rights reserved.