Microsoft Visual C++ 2008 Redistributable Package (x86), can i redistribute single files of it?

  • Thread starter Kerem Gümrükcü
  • Start date
K

Kerem Gümrükcü

Hi,

until today i always forced users to download/install the
complete package of the Microsoft Visual C++ 2008
Redistributable Package (x86), but mostly my applications
only need the msvcr90.dll to run. So my question here is
if i can pack this file into my installer and redistribute it with
my application. For my case it would be just fine if the
dll would be in the same directory as the app is.

Is it legal to redisitribute the single dll or do i have to
pack the complete msi installer into my app installer,
which makes the complete installer a huge package,...

I didnt find any information until yet regarding my
question in the web,...

Regards

K.


--
 
K

Kerem Gümrükcü

Hi Ben,

Thank you, i already read the "redist.txt" in my
"C:\Program Files\Microsoft Visual Studio 9.0\"
and of course this,...

Maybe this is interessting for someone else, looking for the
same information...

Thanks,..

Regards

K.

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
Ben Voigt said:
Kerem said:
Hi,

ok, i found this, if someone has the same question:

[A List of Redistributable Files]
http://msdn2.microsoft.com/en-us/library/aa984372(VS.71).aspx

[Redistributing a Native C++ Application]
http://msdn2.microsoft.com/en-us/library/aa984514(VS.71).aspx

Those are for VC++ 2003

The information for VC++ 2008 is here:
http://msdn2.microsoft.com/en-us/library/ms235299.aspx
Regards

K.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top