From b360a77978a5da6648662330ba2a6ace149b2422 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 19 Dec 2013 20:08:27 -0800 Subject: [PATCH] Updated Microsoft Visual C Runtime Libraries (markdown) --- Microsoft-Visual-C---Runtime-Libraries.md | 1 - Microsoft-Visual-C-Plus-Plus-Runtime-Libraries.md | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 Microsoft-Visual-C---Runtime-Libraries.md create mode 100644 Microsoft-Visual-C-Plus-Plus-Runtime-Libraries.md diff --git a/Microsoft-Visual-C---Runtime-Libraries.md b/Microsoft-Visual-C---Runtime-Libraries.md deleted file mode 100644 index 963ccc9..0000000 --- a/Microsoft-Visual-C---Runtime-Libraries.md +++ /dev/null @@ -1 +0,0 @@ -Runtime libraries are needed to run installers compiled with that specific version. XAMPP installer package uses these libraries. Most likely you already have them installed, but not everyone does. If you don't wish to install these libraries, you can use the zipped version of XAMPP. \ No newline at end of file diff --git a/Microsoft-Visual-C-Plus-Plus-Runtime-Libraries.md b/Microsoft-Visual-C-Plus-Plus-Runtime-Libraries.md new file mode 100644 index 0000000..9d4bcdc --- /dev/null +++ b/Microsoft-Visual-C-Plus-Plus-Runtime-Libraries.md @@ -0,0 +1,5 @@ +Runtime libraries are needed to run installers compiled with that specific version. XAMPP installer package uses these libraries. Most likely you already have them installed, but not everyone does. If you don't wish to install these libraries, you can use the zipped version of XAMPP. + +**VC++ 2005:** [x86] (http://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-5174867be706/vcredist_x86.exe) + +**VC++ 2008:** [x86] (http://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-5174867be706/vcredist_x86.exe) \ No newline at end of file