Using Classic Outlook on Windows for personal email, calendar, and contact management
Update for RDS setup on Windows Server 2019. The only way I got this to work was to make sure that the addininstaller.install state file was located here: "C:\Program Files (x86)\Microsoft\TeamsMeetingAddin<version>"
So I ran a command similar to this"
msiexec.exe /i "C:\Program Files\WindowsApps\MSTeams_X.X.X.X_x64__8wekyb3d8bbwe\MicrosoftTeamsMeetingAddinInstaller.msi" ALLUSERS=1 /qn /norestart TARGETDIR="C:\Program Files (x86)\Microsoft\TeamsMeetingAddin<version>"
And the only way I can get this to install for a standard user is applying this registry edits to 0. DisableUserInstalls, DisableMSI,
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
This is not ideal from an IT perspective when using RDS to prevent users from installing other software. Microsoft support please have your developers look into this. As your article says here this is a workaround, but not a good one at all. https://learn.microsoft.com/en-us/microsoftteams/new-teams-vdi-requirements-deploy