Microsoft Visual C++ Redistributable for Visual Studio 2019

Mridul Bhardwaj 16 Reputation points
2020-09-14T09:23:05.067+00:00

Do I need a license to install Microsoft Visual C++ Redistributable for Visual Studio 2019? I need this for one of the python libraries that I need for a project. My corporate IT team says they don't have license for Microsoft Visual C++ Redistributable for Visual Studio 2019

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,519 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Castorix31 81,461 Reputation points
    2020-09-14T09:26:19.683+00:00

    You can see the documentation at Redistributing Visual C++ Files

    2 people found this answer helpful.
    0 comments No comments

  2. RLWA32 40,021 Reputation points
    2020-09-14T15:56:30.96+00:00

    For those that are not Visual Studio users but need to install the runtime -

    When you execute the downloadable redistributables the first thing it will do is present a EULA that provides the licensing agreement to which you must agree in order to complete the installation.

    So the relevant license agreement is provided to you as part of the installation process.
    For example,
    24546-lic.png

    1 person found this answer helpful.
    0 comments No comments

  3. Artemiy Moroz 271 Reputation points
    2020-09-22T13:15:50.207+00:00

    Visual C++ redistributable libraries are free to download from Microsoft website. No special license is needed.
    If your team refuses to install the redistributable, and you are a little familiar with Visual C++ development process, you can try to re-build the C++ libraries with static linking (of course, if the source is available)

    1 person found this answer helpful.
    0 comments No comments

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more