Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when installing WampServer

hi i am installing wampserver3 addon php 7.0.13 in my computer. Every time i am trying to install i got the following error:-

"The installation folder chosen (%1) in not that of the Wampserver.

Select the installation folder of wampserver."

i am also attaching a screenshot of the following error. kindly help me to resolve this issue. enter image description here

thanks

like image 355
Muhammad Umer Avatar asked Nov 14 '16 00:11

Muhammad Umer


People also ask

Why WAMP server is not installing?

Right click on My Computer icon -> Properties Go to Device Manager Click on View menu and chooseShow hidden devices Now from the list choose Non-Plug and Play devices Double click HTTP -> go to Driver For Type choose Disabled Restart your computer After your computer boots up you should be able to start up WAMP server.

Can't install WAMP because msvcr110 dll is missing?

The easiest solution to solve this is to install Visual C++ Redistributable for Visual Studio 2012 Update 4. Depending on the software you wish to install you need to install either the 32 bit or the 64 bit version. Install and reboot your computer. Reinstall or start Wampserver.


1 Answers

That's because you are NOT actually installing WampServer, but its PHP add-on.

If you used Google to find it, you probably downloaded and installed the WampServer PHP add on from Source Forge. It would be named something like wampserver3_x64_addon_php7.0.13.exe

enter image description here

enter image description here

enter image description here This is NOT what you want.

You can get the actual WampServer install file from the WampServer project site... which leads you to correct file on Source Forge. It would have a name like wampserver3.0.6_x64_apache2.4.23_mysql5.7.14_php5.6.25-7.0.1


You want to get it from here:

http://www.wampserver.com/en/download-wampserver-64bits/

enter image description here

like image 115
user919426 Avatar answered Oct 05 '22 16:10

user919426