3

For using Visual C++ redistributables do I need Microsoft Visual Studio License is mandatory ? Because of various kind of applications are installing various type Visual C++ redistributables for their proper execution.

In this circumstance do I really need Visual Studio License to avoid any legal compliance from Microsoft?

Kindly clarify. Thanks, Ram.

  • To redistribute anything copyrighted you need a license. Often it's easy to get such a license - eg. it's included when you buy Visual Studio. – MSalters Oct 13 '14 at 11:41

1 Answers1

2

Source Redistributing Visual C++ Files

When you deploy an application, you must also deploy the files that are required to support it. If any of these files are provided by Microsoft, check whether you are permitted to redistribute them. To review the Microsoft Software License Terms, see License.htm in the directory where Visual Studio is installed, or on the Visual Studio installation media.

See also Is redistribution of the C++ 2008 Redistributable Package forbidden? and Can Microsoft Visual C++ 2008 Redistributable Package be freely redistributed

Disclaimer

I am not a lawyer.

DavidPostill
  • 153,128
  • 77
  • 353
  • 394