licensing - How can I distribute msvr71.dll (microsoft visual c++ runtime dll) -
i have application requires msvcr71.dll. in machines dll missing. instead of asking user install vc++ runtime, distribute dll (only 1 file msvcr71.dll) our application. gets copied application installation directory.
from licensing point of view, doing correct? not find license agreement.
the page has following note:
for msvcr70.dll or msvcr71.dll, should install crt dll application program files directory. should not install these files windows system directories. msvcr80.dll , msvcr90.dll, should install crt windows side-by-side assemblies.
there should redist.txt
file in program files/microsoft visual studio .net 2003
states rules redistributing different files visual studio. http://msdn.microsoft.com/en-us/library/aa984372.aspx has list of locations check redist.txt
.
Comments
Post a Comment