I'm trying to install SharePoint Server 2019 on a server running Windows Server 2022, and I'm doing it in an offline environment (no internet access). I used the SharePoint Products Preparation Tool to install all the prerequisites manually by downloading them beforehand from official Microsoft links.
Everything seemed fine, but during the SharePoint installation, I encountered this error:
"Windows Server AppFabric is not correctly configured. You should uninstall Windows Server AppFabric and reinstall it using the SharePoint Products Preparation Tool."
What I’ve done so far:
- Installed all prerequisites manually using the offline method.
- AppFabric 1.1 was installed using the command line with the proper parameters:
WindowsServerAppFabricSetup_x64.exe /i CacheClient,CachingService,CacheAdmin /gac
- Also applied the CU 7 AppFabric hotfix (KB3092423) as recommended for SharePoint 2019.
- Verified that the AppFabric service is installed and running.