473,395 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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

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.
Jul 19 '06 #1
5 2278
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/d...BEE-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/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Jul 20 '06 #2
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]"" <v-******@online.microsoft.comschrieb im Newsbeitrag
news:gJ**************@TK2MSFTNGXA01.phx.gbl...
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/d...BEE-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/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.

Jul 20 '06 #3
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/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Jul 20 '06 #4
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]"" <v-******@online.microsoft.comschrieb im Newsbeitrag
news:FS**************@TK2MSFTNGXA01.phx.gbl...
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/subscripti...ult.aspx#notif
ications.
==================================================

Jul 20 '06 #5
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/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Jul 21 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Rahail | last post by:
Hello, I have a question, can someone help me please? What are the differences between a runtime and a designtime component? Is runtime component only good for running with the .exe and not...
17
by: Andi Plotsky | last post by:
I am not a .NET developer. I want the Developer's Edition of Visual Studio for use with my Access2000 databases. Does anyone have a clue as to where to find it - my office manager says only .NET...
2
by: Ney André de Mello Zunino | last post by:
Hello. I gladly learned yesterday that Microsoft was making the Visual C++ Toolkit 2003 available for free. Today, I downloaded and installed it and went on to try building some simple...
19
by: Jonathan Wilson | last post by:
Is it possible to use vcbuild with the free MS compiler toolkit, as in can someone with just the MS toolkit and no access to a copy of Visual Studio itself use vcbuild to compile a Visual Studio...
1
by: Robert | last post by:
Im using Windows XP Pro, SP2 (error was still with SP1), P4 3.4Ghz, 1Gb Ram, NVidia FX1100 Graphics, Using Programs such as Autodesk Inventor & AutoCAD. I don't have a clue what Microsoft Visual is...
0
by: Amihai | last post by:
Hi, I have form that contain an UserControl, when i added a propertie type of List<MyObj> to the UserControl, the project still build and run successfully, but the design of the form show me...
8
by: chessog1 | last post by:
Hey, I was just wondering if someone here could please do me the honor of helping me with this problem im having. I've been researching this for a week now and to of no avail, so im hoping someone...
6
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, If I am using Visual Studio 2005 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 2.0 when running? If I am using Visual Studio 2003 to...
0
by: komrad | last post by:
Hello, I need have one very cool program created in VC++ . I need Microsoft Visual C++ Runtime to run that program.But every time I try to install Microsoft Visual C++ Runtime 2005 the Instalation...
2
by: blogman | last post by:
I am getting a Visual studio 2008 IDE application R6034 runtime error. This means that the IDE application is raising the error not the application I am building. This means that Microsoft did not...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.