Unable to Install Teams on Citrix - Windows Server 2022 OS
Unable to Install Teams on Citrix - Windows Server 2022 OS
Hello,
I followed the usual procedure for installing Teams (https://learn.microsoft.com/en-us/microsoftteams/teams-for-vdi), but I cannot install it on Citrix running Windows Server 2022. However, I successfully installed it on Windows Server 2025. When I run the command this command I encounter an error as if the installation failed:
PS C:\temp> msiexec /i "C:\temp\Teams_windows_x64.msi" /l*v "C:\temp\Teams_install.log" ALLUSER=1 ALLUSERS=1
also tried:
PS C:\temp> .\teamsbootstrapper.exe -p -o "C:\temp\Teams_windows_x64.msi"
{
"success": false,
"errorCode": "0x80073CF0",
"extendedErrorCode": "0x8007000D"
}
PS C:\temp>