User Tools

Site Tools


misc:vc2005_crt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:vc2005_crt [2006/04/15 00:07] – update link musicmusicmisc:vc2005_crt [2013/04/04 14:32] (current) – old revision restored fooamp
Line 1: Line 1:
 +====== Visual C++ 2005 CRT ======
  
 +===== Note =====
 +**My current components do not need this library**
 +
 +**You do not need to install these libraries if you have .NET Framework 2.0 installed.**
 +===== Installation =====
 +There are two methods of installation: you can install the libraries as shared assemblies in the global assembly cache, or local to the application as private assemblies.
 +==== Shared assemblies ====
 +=== Requirements ===
 +  * [[http://www.microsoft.com/downloads/details.aspx?familyid=889482FC-5F56-4A38-B838-DE776FD4138C&displaylang=en|Windows Installer 3.1]]
 +=== Method ===
 +  * Download, extract and run [[http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en|vcredist_x86.exe]].
 +
 +^ Warning ^
 +| If you are presented with the error message <file>Error 1723. There is a problem with Windows Installer package. A DLL required for this install to complete could not be run.</file> it is because you do not have Windows Installer 3.0 or newer installed. Install Windows Installer 3.1 to correct this.    |
 +==== Private assemblies ====
 +=== Requirements ===
 +  * **Windows XP or newer**
 +=== Method ===
 +  * Stop here if you are using Windows 2000.
 +  * Download and extract [[http://music.morbo.org/download/Microsoft.VC80.CRT.7z|Microsoft.VC80.CRT.7z]] to the **same** folder as the component dll. **Be sure to leave the folder structure and contents of the archive intact!**