https://www.python.org/ftp/python/3.5.0/win32a4/
FILES NEEDED FOR x86 WIN 8.1
Windows8.1-KB2919355-x86.msuWindows8.1-KB2999226-x86.msu
vc_redist.x64.exe
vc_redist.x86.exe
[/quote]
FILES NEEDED FOR x64 WIN 8.1
There's a big bug where [Windows8.1-KB2999226-x86.msu ]|[Windows8.1-KB2999226-x64.msu] will not install. There are dependencies inside of a big Windows Service Pack (sp1) for Win 8.1 [ ] and then a manual install of the [ Windows8.1-KB2999226-x64.msu ] file.Windows8.1-KB2999226-x64.msu
vc_redist.x64.exe
vc_redist.x86.exe
Windows8.1-KB2919355-x64.msu
Copy the MSU for your x86 or x64 operating system version of Win8.1 into C:\temp for instance
Press the WINDOWS KEY and then type CMD, on the right hand side right click the CMD and choose RUN AS ADMINISTRATOR
cd..
cd..
cd c:\temp
then run these two commands
Code: Select all
wusa.exe Windows8.1-KB2999226-x64.msu /extract:XXXX
DISM.exe /Online /Add-Package /PackagePath:XXXX\Windows8.1-KB2999226-x64.cab
choose uninstall if you already tried to install them
now, right click the exe files and RUN AS ADMINISTRATOR
run a command to install or uninstall then install again the apache engine httpd
Press the WINDOWS KEY and then type CMD, on the right hand side right click the CMD and choose RUN AS ADMINISTRATOR
Code: Select all
HTTPD -K INSTALL