Hi, i got this error while doing silent install, here the log:
serverInstUtil: 07/07/23 10:06:38 Attempting to resolve localhost
serverInstUtil: 07/07/23 10:06:38 localhost IPv4 address is 127.0.0.1
serverInstUtil: 07/07/23 10:06:38 localhost IPv6 address is ::1
serverInstUtil: 07/07/23 10:06:38 vdmServerResolveHostName ERROR: Could not resolve localhost for IP mode ipv4
serverInstUtil: 07/07/23 10:06:38 Exiting custom action VMCheckOSPreReqs
CustomAction VM_CheckOSPreReqs returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Fin de l'action 10:06:38 : VM_CheckOSPreReqs. Valeur renvoyée 3.
Fin de l'action 10:06:38 : INSTALL. Valeur renvoyée 3.
Since the graphical install default to ipv4 without issue, maybe the logic in the installer vdmServerResolveHostName check can be more relaxed ?
Horizon connection server version 2303
Windows server 2022
ping confirm that localhost resolve to IPv6 address ::1
I found it is the case on Windows following RFC3484 which prefer ipv6 stack since Windows Vista and Windows Server 2008.