Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Tips and Tricks » VC++ Libraries Deployment   (RSS)
I thought I should write a short post on this issue. It had been discussed before on forums and in bugs. Long story short, VS2005 SP1 does update all VC++ redistributable MSMs in \Program Files\Common Files\Merge Modules. Or I guess I should say, it is Read More...
Actually it has been available for download for several days now, but I was looking on Orcas features and completely forgot to mention it on my blog. Here they are: Visual C++ 2005 SP1 Redistributable Package (x64) Visual C++ 2005 SP1 Redistributable Read More...
I have received several questions about a case when developers find two or more references to different versions of CRT or MFC or ALT libraries in application manifest. In this post I am describing root cause of the issue, the solution to the problem and possible workarounds. Read More...
When VS2005 SP1 has been released, because of manifests it become more visible what version of VC++ DLLs are used at runtime by applications built with SP1. Devs have noticed that once they have built their application with VS2005 SP1, it wants to load Read More...
Aaron has a post on his blog that describes way of silent install of VCRedist.EXE. I though I would cross-link it from my blog in case some folks are interested in this information. Here is the link http://blogs.msdn.com/astebner/archive/2007/02/07/update-regarding-silent-install-of-the-vc-8-0-runtime-vcredist-packages.aspx Read More...
Junfeng has an interesting walkthrough on how diagnose SxS failures and brief introduction of new tool available on Vista. One may find it here, http://blogs.msdn.com/junfeng/archive/2006/04/14/576314.aspx. Read More...
Norton WinDoctor issuing errors about msvcr80.dll missing for files in .Net Framework 2.0 (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\) or Visual Studio 2005. These errors can safely be ignored. Please do not copy msvcr80.dll or any other dlls to System32 or C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ folders Read More...
It was pointed out to me that it is not clear from Docs how to redistribute MFC localized DLLs with MFC application in application local folder. This post contains short example of application local deployment of MFC localized resource DLLs. Read More...
VCRedist.exe can now be downloaded from the Microsoft site. This package contains VS2005 RTM versions of all VC libraries – OpenMP, MFC, ATL, CRT, MSDIA. You may use this exe to to make an application built with VC++ Express run on a computer that does not have VC++ 2005 Express installed. Read More...
I would like to let readers know that most of material that I have on my blog in regard of Fusion and VC++ libs, manifests and other side-by-side things, all or most of this is already available in a form of VC++ docs online on http://msdn2.microsoft.com Read More...
Another FAQ from VC++ Express users is: "I give my VC++ application to my friend, and it does not run on her computer." This happens because VC++ Dlls have to be redistributed to another computer together with this application. There are three ways to Read More...
This article does not apply to final release of VS2005. Steps outlined below were only required in VS2005 Beta2. For an example that demonstrates recommended steps in final release of VS2005 please see http://msdn2.microsoft.com/en-us/library/ms235285.aspx Read More...
 
Page view tracker