Forum Discussion
Jgq85
Mar 28, 2020Brass Contributor
How to install Teams in WVD?
I've been trying to install Teams but it won't show up on the WVD Desktops even if I reboot them. I'm using the Machine Installer msi same as I deployed to regular computers. I also tried running...
BChuck
Apr 09, 2020Iron Contributor
Jgq85 You have to manually create the following registry key before Teams will let you install in per machine mode.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Teams\IsWVDEnvironment]
Type: REG_DWORD
Value: 1
Once that exist you should be able to install Teams with the following command
msiexec /i <path_to_msi> /l*v <install_logfile_name> ALLUSER=1 ALLUSERS=1