|
|
|
date: Fri, 7 Mar 2008 01:24:03 +0100,
group: microsoft.public.vstudio.development
back
[SOLVED]Re: Microsoft Visual C++ 2008 Redistributable Package (x86), can i redistribute single files of it?
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
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."
"Kerem Gümrükcü" schrieb im Newsbeitrag
news:e23SIn%23fIHA.5900@TK2MSFTNGP02.phx.gbl...
> 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.
>
>
> --
> -----------------------
> 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."
>
date: Fri, 7 Mar 2008 01:37:14 +0100
author: Kerem G?mr?kc?
Re: [SOLVED]Re: Microsoft Visual C++ 2008 Redistributable Package (x86), can i redistribute single files of it?
Kerem Gümrükcü wrote:
> 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.
>
>> 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.
>>
>>
>> --
>> -----------------------
>> 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."
date: Fri, 7 Mar 2008 08:41:47 -0600
author: Ben Voigt [C++ MVP] am
Re: [SOLVED]Re: Microsoft Visual C++ 2008 Redistributable Package (x86), can i redistribute single files of it?
Hi Ben,
>The information for VC++ 2008 is here:
>http://msdn2.microsoft.com/en-us/library/ms235299.aspx
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 [C++ MVP]" <rbv@nospam.nospam> schrieb im Newsbeitrag
news:eI2OGEGgIHA.748@TK2MSFTNGP04.phx.gbl...
> Kerem Gümrükcü wrote:
>> 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.
>>
>>> 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.
>>>
>>>
>>> --
>>> -----------------------
>>> 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."
>
>
date: Fri, 7 Mar 2008 16:55:20 +0100
author: Kerem G?mr?kc?
|
|