WAMP server notes: Difference between revisions
Jump to navigation
Jump to search
(Created page with ":::If you have a 64-bit Windows, you must install both 32 and 64bit versions of each VisualC++ package, even if you do not use Wampserver 64 bit :To verify that all VC ++ pac...") |
m (Text replacement - "--" to " — ") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This program requires Administrator privileges to function properly. It will be launched with the "Run as administrator" option. If you do not want a program to have this option, cancel the installation. | This program requires Administrator privileges to function properly. It will be launched with the "Run as administrator" option. If you do not want a program to have this option, cancel the installation. | ||
:::If you have a 64-bit Windows, you must install both 32 and 64bit versions of each VisualC++ package, even if you do not use Wampserver 64 bit | |||
::: You must install each package "as an administrator", so right-click the exe file and then run as Administrator. Do not use a previously loaded tool. Make a new download to make sure you are using the correct version. | |||
: | : — VC9 Packages (Visual C++ 2008 SP1) | ||
::http://www.microsoft.com/en-us/download/details.aspx?id=5582 | ::http://www.microsoft.com/en-us/download/details.aspx?id=5582 | ||
::http://www.microsoft.com/en-us/download/details.aspx?id=2092 | ::http://www.microsoft.com/en-us/download/details.aspx?id=2092 | ||
: | |||
: — VC10 Packages (Visual C++ 2010 SP1) | |||
::http://www.microsoft.com/en-us/download/details.aspx?id=8328 | ::http://www.microsoft.com/en-us/download/details.aspx?id=8328 | ||
::http://www.microsoft.com/en-us/download/details.aspx?id=13523 | ::http://www.microsoft.com/en-us/download/details.aspx?id=13523 | ||
: | |||
: — VC11 Packages (Visual C++ 2012 Update 4). The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page: | |||
: | :: http://www.microsoft.com/en-us/download/details.aspx?id=30679 | ||
: | : — VC13 Packages Update 5(Visual C++ 2013). The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page: | ||
: | ::https://support.microsoft.com/en-us/help/4032938/ | ||
: | |||
: — VC14 Packages (Visual C++ 2015 Update 3) Superseded by VC15 | |||
: — VC15 Redistribuable (Visual C++ 2017 )Superseded by VC16 | |||
: — VC16 Redistribuable (Visual C++ 2015-2019) | |||
::https://aka.ms/vs/16/release/VC_redist.x86.exe | ::https://aka.ms/vs/16/release/VC_redist.x86.exe | ||
::https://aka.ms/vs/16/release/VC_redist.x64.exe | ::https://aka.ms/vs/16/release/VC_redist.x64.exe | ||
:::VC2015-2019 (VC16) is backward compatible to VC2015 (VC14 )and VC2017 (VC15). That means, a VC14 or VC15 module can be used inside a VC16 binary. Because this compatibility the version number of the Redistributable is 14.2x.xx and after you install the Redistributable VC2015-2019, VC2015 and VC2017 is removed but you can still use VC14 and VC15. | :::VC2015-2019 (VC16) is backward compatible to VC2015 (VC14 )and VC2017 (VC15). That means, a VC14 or VC15 module can be used inside a VC16 binary. Because this compatibility the version number of the Redistributable is 14.2x.xx and after you install the Redistributable VC2015-2019, VC2015 and VC2017 is removed but you can still use VC14 and VC15. | ||
:To verify that all VC ++ packages are installed and with the latest versions, you can use the tool: | :To verify that all VC ++ packages are installed and with the latest versions, you can use the tool: | ||
Line 39: | Line 36: | ||
in section Visual C++ Redistribuable Packages | in section Visual C++ Redistribuable Packages | ||
Line 51: | Line 47: | ||
::: You must install each package "as an administrator", so right-click the exe file and then run as Administrator. Do not use a previously loaded tool. Make a new download to make sure you are using the correct version. | ::: You must install each package "as an administrator", so right-click the exe file and then run as Administrator. Do not use a previously loaded tool. Make a new download to make sure you are using the correct version. | ||
== Port 80 problems == | |||
- Close Skype or force not to use port 80 | |||
- Disable IIS |
Latest revision as of 12:18, 10 December 2022
This program requires Administrator privileges to function properly. It will be launched with the "Run as administrator" option. If you do not want a program to have this option, cancel the installation.
- If you have a 64-bit Windows, you must install both 32 and 64bit versions of each VisualC++ package, even if you do not use Wampserver 64 bit
- You must install each package "as an administrator", so right-click the exe file and then run as Administrator. Do not use a previously loaded tool. Make a new download to make sure you are using the correct version.
- — VC9 Packages (Visual C++ 2008 SP1)
- — VC10 Packages (Visual C++ 2010 SP1)
- — VC11 Packages (Visual C++ 2012 Update 4). The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page:
- — VC13 Packages Update 5(Visual C++ 2013). The two files VSU4\vcredist_x86.exe and VSU4\vcredist_x64.exe to be download are on the same page:
- — VC14 Packages (Visual C++ 2015 Update 3) Superseded by VC15
- — VC15 Redistribuable (Visual C++ 2017 )Superseded by VC16
- — VC16 Redistribuable (Visual C++ 2015-2019)
- VC2015-2019 (VC16) is backward compatible to VC2015 (VC14 )and VC2017 (VC15). That means, a VC14 or VC15 module can be used inside a VC16 binary. Because this compatibility the version number of the Redistributable is 14.2x.xx and after you install the Redistributable VC2015-2019, VC2015 and VC2017 is removed but you can still use VC14 and VC15.
- To verify that all VC ++ packages are installed and with the latest versions, you can use the tool:
and you will find all the packages on
in section Visual C++ Redistribuable Packages
and you will find all the packages on
in section Visual C++ Redistribuable Packages
- You must install each package "as an administrator", so right-click the exe file and then run as Administrator. Do not use a previously loaded tool. Make a new download to make sure you are using the correct version.
Port 80 problems
- Close Skype or force not to use port 80 - Disable IIS