What is the difference between the microsoft visual c redistributable package and the runtime package?

What is the difference between the Microsoft Visual C ++ 2010 Redistributable Package and the Runtime Package? I could not find installation files for Runtime visual C ++ 2010.

+6
source share
1 answer

Its a redistributable package that includes runtime. And in some places it is called Runtime Redistributable.

The Microsoft Visual C ++ 2010 redistributable package sets the runtime components of the Visual C ++ libraries necessary to run applications developed with Visual C ++ on a computer that does not have Visual C ++ 2010. This package installs components of the C Runtime runtime (CRT ), Standard C ++, ATL, MFC, OpenMP and MSDIA.

Link: http://www.microsoft.com/en-us/download/details.aspx?id=14632

+6
source

Source: https://habr.com/ru/post/926306/


All Articles