Hi,
I am trying to install the latest Wildfly 25 Final on Windows Server 2016 1607, but when I try to do "service install, it will fail with an error "Unsupported 16-bit Application".
I then try to install on my Windows 10 2004 machine and failed with a similar error (true path is masked):
-----------------------
<Install Path>\wildfly-25.0.0.Final\bin\service>service.bat install
Using the X86-64bit version of prunsrv
<Install Path>\wildfly-25.0.0.Final\bin\service\amd64\wildfly-service" install Wildfly --DisplayName="WildFly" --Description="WildFly Application Server" --LogLevel=INFO --LogPath="<Install Path>\wildfly-25.0.0.Final\standalone\log" --LogPrefix=service --StdOutput=auto --StdError=auto --StartMode=exe --Startup=manual --StartImage=cmd.exe --StartPath="<Install Path>\wildfly-25.0.0.Final\bin" ++StartParams="/c#set#NOPAUSE=Y#&&#standalone.bat#-Djboss.server.base.dir=<Install Path>\wildfly-25.0.0.Final\standalone#--server-config=standalone.xml" --StopMode=exe --StopImage=cmd.exe --StopPath="<Install Path>\wildfly-25.0.0.Final\bin" ++StopParams="/c set NOPAUSE=Y && jboss-cli.bat --controller=localhost:9990 --connect --command=:shutdown" ++Environment=
This version of <Install Path>\wildfly-25.0.0.Final\bin\service\amd64\wildfly-service.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
ERROR: The service Wildfly already exists
<Install Path>\wildfly-25.0.0.Final\bin\service>
-----------------------
My Windows 10 machine does not have Wildfly installed so the "Wildfly already exists" is probably triggered by another error.
I can install Wildfly 24 without any problems so I am thinking is this a bug in Wildfly 25 or did Wildfly 25 raise the requirements such that my systems really are not supported any more.
Appreciate any help, thanks!