How to distribute the Microsoft VC Visual Studio Redistributable Files On Your Own

Are you or your users tired of getting support requests for the missing Visual C++ Library DLL's?  Some programs prompt you to install them but the easiest way is to modify your Windows image or program to just include these already.

The easiest way is to use Microsoft's guide to copy the right architecture of DLL's and include them in your software and make sure the software adds its directory to the PATH for Windows.

https://learn.microsoft.com/en-us/cpp/windows/determining-which-dlls-to-redistribute?view=msvc-160

Microsoft's Table Guide:

Visual C++ Library Description Applies to
vcruntime[version].dll Runtime Library for native code. Applications that use the normal C and C++ language startup and termination services.
vccorlib[version].dll Runtime Library for managed code. Applications that use the C++ language services for managed code.
msvcp[version].dll and msvcp[version_dotnumber].dll C++ Standard Library for native code. Applications that use the C++ Standard Library.
concrt[version].dll Concurrency Runtime Library for native code. Applications that use the Concurrency Runtime.
mfc[version].dll Microsoft Foundation Classes (MFC) Library. Applications that use the MFC Library.
mfc[version][language].dll Microsoft Foundation Classes (MFC) Library Resources. Applications that use specific language resources for MFC.
mfc[version]u.dll MFC Library with Unicode support. Applications that use the MFC Library and require Unicode support.
mfcmifc80.dll MFC Managed Interfaces Library. Applications that use the MFC Library with Windows Forms Controls.
mfcm[version].dll MFC Managed Library. Applications that use the MFC Library with Windows Forms Controls.
mfcm[version]u.dll MFC Managed Library with Unicode support. Applications that use the MFC Library with Windows Forms Controls and require Unicode support.
vcamp[version].dll AMP Library for native code. Applications that use the C++ AMP library code.
vcomp[version].dll OpenMP Library for native code. Applications that use the C++ OpenMP library code

 


Tags:

distribute, microsoft, vc, visual, redistributable, ownare, users, requests, dll, programs, prompt, install, easiest, modify, architecture, software, adds, directory, https, en, cpp, determining, dlls, redistribute, msvc, applies, vcruntime, runtime, native, applications, startup, termination, vccorlib, msvcp, version_dotnumber, concrt, concurrency, mfc, unicode, mfcmifc, interfaces, controls, mfcm, vcamp, vcomp, openmp,

Latest Articles

  • How to combine .txt ACLs without breaking things
  • How to ping all of Googlebot's IPs script
  • 'virtio0' uses a qcow2 feature which is not supported by this qemu version: QCOW version 3
  • Linux bash script to get the IP of a list of hostnames
  • How To Use Camera Webcam in Docker for OBS Studio etc...
  • Computer Server Won't Post Boot Or Enter BIOS Setup After Installing RAID SAS or GPU Card etc..
  • How To Test PHP Scripts from CLI with GET variables/query string
  • apt-cache how to see all available versions of a package in Debian Ubuntu Mint
  • Virtualbox VBox Guest-utils drag and drop files stops working with Windows VMs
  • How To Remove Ubuntu Netplan and Go Back to /etc/network/interfaces
  • How To Force Flash an AMD Instinct GPU To Another Model Using Debian Ubuntu Mint Linux
  • How To compile ollama from source to use unsupported AMD GPU with rocm in Ubuntu Debian
  • QEMU KVM Virtio GPU Windows Cannot Select 1080P
  • Linux Gnome Desktop Ubuntu Mint Debian Gets Slower After Weeks
  • Firefox How to Save Full Page As Screenshot/PDF
  • Nvidia Datacenter Driver Tesla Slow nvidia-smi response and high utilization with 0 usage
  • ffmpeg how to normalize / increase the volume of your audio
  • kdenlive audio blips pops cracks artifacts solution fix
  • haproxy / nginx certbot SSL issues
  • nginx how to see the real IP when behind a CDN