Install XAMPP 32 bit on Windows Server 2012 64 bit - xampp

I want to download XAMPP for my windows 64-bit machine. But officially, XAMPP is only available for a 32-bit windows machine.
So, is it fine if I use 32-bit windows XAMPP version for my 64-bit windows machine or is there a way to get the 64-bit windows XAMPP version?
And it is fine if I install 32-bit Windows XAMPP version on Windows Server 2012 and Windows Server 2016
Thank you for help!

Related

Is it possible to use Docker without Windows 10 pro?

I need to install Docker on my pc with Windows 10 home. I read that I can only install Docker Toolbox. Is there any way to have the latest Docker version instead without upgrading my pc to windows 10 pro?
Thanks
Update
Docker can now be installed on Windows 10 Home (version 2004 or higher).
Refer to this article for installation instructions
https://docs.docker.com/docker-for-windows/install-windows-home/
Old Answer
Docker for Windows requires Hyper-V, and Hyper-V requires Windows 10 Pro (or Windows Server). So no, you can't run Docker without upgrading.
https://docs.docker.com/docker-for-windows/install/
README FIRST for Docker Toolbox and Docker Machine users: Docker for Windows requires Microsoft Hyper-V to run. The Docker for Windows installer enables Hyper-V for you, if needed, and restart your machine.
https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v
Check Requirements
Windows 10 Enterprise, Professional, or Education
64-bit Processor with Second Level Address Translation (SLAT).
CPU support for VM Monitor Mode Extension (VT-c on Intel CPU's).
Minimum of 4 GB memory.
The Hyper-V role cannot be installed on Windows 10 Home.
You can now install Docker Desktop on Windows Home machines using the WSL 2 backend. Docker Desktop on Windows Home is a full version of Docker Desktop for Linux container development.
https://docs.docker.com/docker-for-windows/install-windows-home/
Install Windows 10, version 2004 or higher.
Enable the WSL 2 feature on Windows. For detailed instructions, refer to the Microsoft documentation.
https://learn.microsoft.com/en-us/windows/wsl/install-win10
The following hardware prerequisites are required to successfully run WSL 2 on Windows 10 Home:
64 bit processor with Second Level Address Translation (SLAT)
4GB system RAM
BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, see Virtualization.
https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled
Download and install the Linux kernel update package.
https://learn.microsoft.com/en-us/windows/wsl/wsl2-kernel

I can't install JDK on on win Server 2008

As title, i need install JDK on win server 2008 enterprise. But when I run JDK, it not run, it not error. I don't understand why it do. i'm try reinstall jdk 32 bit with my server 64 bit and it was not run.Some body help me?
Did you try installing the 64 bit version of the Jdk?

Install ImageMagick on MinGW

When I install IM on MinGW I got this error
c:\Users\MumMum\Desktop\MagickCore\ImageMagick-6.7.7-0/magick/nt-base.c:1021: un
defined reference to `IsWow64Process'
How i solve this problem?
You do not specify your OS version. IsWow64Process ("Is this a Windows on Windows 64 bit process?") is only implemented in XP and later desktop OSes, and Windows 2008 and Windows 2003 SP1. See: http://msdn.microsoft.com/en-us/library/ms684139%28v=vs.85%29.aspx
In a pinch, try installing the Portable version of ImageMagick: Link

Install localhost server on windows RT

I want to install a localhost server on a tablet with windows RT 32 bit.
I tried installing the xampp 32 bit for windows 7 which didn't work.
Is there any (xampp/wamp) server available for Windows RT currently or can I tweak somehow to get it to work?
Thanks
XAMPP is not supported on ARM processors.

IE 8 install on Win Server 2003 (Xeon): iesetup.exe is valid but for other machine type

I was trying to install IE 8 on a Win Server 2003 SP2 on a Xeon machine.
I went to Microsoft download site and got this file (for Windows Server 2003 64-bit)
IE8-WindowsServer2003-x64-ENU.exe
But during installation I got an error of "The image file update\iesetup.exe is valid, but is for a machine type other than the current machine"
For completeness, I then tried download the other file (for Windows Server 2003 32-bit)
IE8-WindowsServer2003-x86-ENU.exe
And this one gave me an error message of "... is not a valid Win32 application"
Any idea?
Install this version from the link above. it should solve the issue.
http://www.microsoft.com/en-us/download/details.aspx?id=20335
Also check your os base. You can type this command at the command line:
systeminfo

Resources