redistributable

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

穿精又带淫゛_ 提交于 2019-11-28 00:03:18
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 successfully detect VC++2017Redist on a machine, then I skip my installation of VC++2015Redist The 2017 VC++ Redistributable installation upgrades/REPLACES the 2015 installation Installation of the Visual Studio 2017 Redistributables upgrades and replaces any existing installation of the 2015 Redistributables. I've checked this, and the 2015

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

拈花ヽ惹草 提交于 2019-11-27 13:44:31
问题 While I am trying to install vc_redist.x64.exe on Windows 8.1 getting following error: Failed to configure per-machine MSU package. 回答1: Posting answer to my own question as I found it here and was hidden in bottom somewhere - https://social.msdn.microsoft.com/Forums/vstudio/en-US/64baed8c-b00c-40d5-b19a-99b26a11516e/visual-c-redistributable-for-visual-studio-2015-rc-fails-on-windows-server-2012?forum=vssetup This is because the OS failed to install the required update Windows8.1-KB2999226

Where to download Microsoft Visual c++ 2003 redistributable

僤鯓⒐⒋嵵緔 提交于 2019-11-27 12:40:01
问题 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? 回答1: Storm's answer is not correct. No hard feelings Storm, and apologies to the OP as I'm a bit late to the party here (wish I could have helped sooner, but I didn't run into the problem until today, or this stack overflow answer until I was figuring out a solution.)

How to detect VC++ 2008 redistributable?

断了今生、忘了曾经 提交于 2019-11-27 06:49:06
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 it handle the detection, but it would look cleaner if I can check for it and not bother launching the installer if the redistributable is already on the system. It's no biggie if there is no setting to search for, as this is just for the preliminary installers that we have for the new version of our software. We won't need it for the new Windows

MSVC 2015 Universal CRT for app-local deployment

假装没事ソ 提交于 2019-11-27 05:06:52
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 could not find anything. The directory that I looked into was "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10", but that only has the debug version of the CRT under "Microsoft.UniversalCRT.Debug". I prefer not to copy any DLLs from my system, I always only package files from the "Redist" directories. So for instance (like with the previous

How to detect VC++ 2008 redistributable?

淺唱寂寞╮ 提交于 2019-11-26 12:11:11
问题 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 it handle the detection, but it would look cleaner if I can check for it and not bother launching the installer if the redistributable is already on the system. It\'s no biggie if there is no setting to search for, as this is just for the

MSVC 2015 Universal CRT for app-local deployment

风流意气都作罢 提交于 2019-11-26 11:27:21
问题 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 could not find anything. The directory that I looked into was \"C:\\Program Files (x86)\\Microsoft SDKs\\Windows Kits\\10\", but that only has the debug version of the CRT under \"Microsoft.UniversalCRT.Debug\". I prefer not to copy any DLLs from