Resitributable Visual C++ runtime side-by-side assemblies.

  • Thread starter Thread starter RossettoeCioccolato
  • Start date Start date
R

RossettoeCioccolato

I don't suppose that the redistributable C/C++ runtime library merge module
has been packaged into an MSI script and is available for download
somewhere? They are bloating up my distribution files and I would prefer to
just provide a link.

Regards,

George.
 
Hi Geogre,

Thank you posting!
They are bloating up my distribution files and
I would prefer to just provide a link.

If you mean the Visual C++ 2005's C/C++ runtime library redistributable,
you can find its redistributable package in the following download link:

http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-
9C99-220B62A191EE&displaylang=en

I hope the suggestions were helpful. If you have any other concerns, please
feel free to let me know.. It's my pleasure to be of assistance.

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Gary,

Thanks. This solves at least part of my problem. It says that it installs
the C/C++ libraries as side-by-side assemblies, which is what I need for one
application. However I have another application where I need to use the
C/C++ libraries in an isolated application. Does the package also include
versions of the runtime library for use with isolated applications?

Regards,

George.

"Gary Chang[MSFT]" said:
Hi Geogre,

Thank you posting!
They are bloating up my distribution files and
I would prefer to just provide a link.

If you mean the Visual C++ 2005's C/C++ runtime library redistributable,
you can find its redistributable package in the following download link:

http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-
9C99-220B62A191EE&displaylang=en

I hope the suggestions were helpful. If you have any other concerns,
please
feel free to let me know.. It's my pleasure to be of assistance.

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Hi Geogre,

Thanks for your response!
However I have another application where I need to
use the C/C++ libraries in an isolated application.
Does the package also include versions of the runtime
library for use with isolated applications?

If that isolated applications is a VC2005 program, then there would be no
proble. :)

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Gary,

As I suspected, this package only installs the VC redistributables into the
WinSxS folder. There is no option simply to extract the files to a folder.
As I explained, this works for many applications, however, I also have
several appliations where I need to run the VC runtimes as an isolated sxs
assembly. To do this with the package at your link I would need to instruct
my users to download the redistributable package, install it into a virtual
machine, locate the winsxs folder and copy the vc runtimes and then locate
the correct manifest in a different folder and copy that as well. Not a
particularly inviting option.

Regards,

George.

"Gary Chang[MSFT]" said:
Hi Geogre,

Thanks for your response!
However I have another application where I need to
use the C/C++ libraries in an isolated application.
Does the package also include versions of the runtime
library for use with isolated applications?

If that isolated applications is a VC2005 program, then there would be no
proble. :)

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
 
Hi Geogre,

I got your concerns now. But currently we don't have a particular VC2005
runtime libraries redistributables package which could be installed to a
specific folder now. In most cases, the VC2005 application would research
their C++ runtime libraries in the standard WinSxS folder.

I apologize for any inconvenience this may cause you in such scenario, if
your application's manifest specify to load the C++ runtime libraries in an
isolated folder, then you may need let your clients to copy them manually.

Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top