vcredist Questions

14

I have downloaded PHP 7.4.1 NTS vc15 x86 on a Windows Server 2016 machine. I have also downloaded and installed vc_redist.x86.exe. When I try and run php-cgi from the command prompt I get the follo...
Ezar asked 19/12, 2019 at 17:12

1

Totally new to this.. Using .net 6.0. trying to install a vc_redist.x64 into windows docker to run a windows exe with command line interface. Searching around online came up with this to add to doc...
Balladry asked 21/2, 2022 at 17:53

3

Solved

My C++ application needs to install the Visual Studio C++ redistributable. I'm using Visual Studio 2019 Community edition. I use NSIS (version 3.04) to create my install program. Should I try to de...
Logistic asked 29/5, 2020 at 18:7

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

3

I have an application compiled in VS 2015 and requires the VC++ Redistributable package in order to run properly. Prior to this latest build, we were using an older version of VS and simply used a ...
Vicechancellor asked 15/1, 2016 at 16:28

2

I am creating an .msi installer which has to determine whether the Visual C++ 2015 Redistributable is present in the system and if not then interrupt the installation with custom message. The offic...
Solenoid asked 5/12, 2018 at 18:28

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

Solved

Does anybody know how to check in a WIX project, if the actuall C++ redistributable package is installed or not? This link describes the serveral product IDs, but there is a problem with them. They...
Gisele asked 13/3, 2017 at 13:33

2

Solved

I have a c++ application developed using Visual Studio 2015, along with a Wix installer and a Burn bootstrapper. Previous versions of the application were able to use the Visual Studio merge module...
Beverleebeverley asked 23/5, 2016 at 17:9

1

Solved

I have a C# application running on the .NET Framework 4.5 deployed via Microsoft ClickOnce. I also am utilizing a small utility from a Microsoft SDK called DComPerm.exe which is a C++ application t...
Charleencharlemagne asked 4/8, 2016 at 19:23

4

please read all this post and help me. i want to create --onefile executable with pyinstaller. i have these in Development side: windows 8.1 x64 Qt 5.2.1 Python 27 PyQt5.2.1 (that built with Vi...
Esse asked 3/5, 2014 at 15:7

2

Solved

in a wix burn bootstrapper bundle: how to detect whether ms vcredist 2013 x86 is present or not? i'm doing a check for the Upgrade Id / UpgradeCode of that particular package, but the bundle always...
Chrisman asked 8/3, 2016 at 16: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

3

Long story of what I'm trying to achieve I'm working on a program that dynamically loads DLLs as plugins. I'm compiling the program using Microsoft Visual C++ 2008. Still, let's assume that any Vi...
Waldron asked 4/11, 2012 at 21:59

1

Solved

I feel a little stupid asking this question, but I hope that this might be helpful to others as well. Background: We/I are developing some software with Visual Studio 2008 SP1 (VC9). We would like...
Avis asked 15/6, 2012 at 19:11
1

© 2022 - 2024 — McMap. All rights reserved.