Microsoft Teams Room - Manual Update
VC Teams louis.janson 2021-10-28 11:51:26  59 views

There are manual update steps as stated in the official MTR Operations documentation and the steps are fairly straightforward:

 

  1. Download the latest SRSDeploymentKit MSI installer from Microsoft's website: https://go.microsoft.com/fwlink/?linkid=851168
  2. Install the MSI on any Windows10 machine. Default installation folder is C:\Program Files (x86)\Skype Room System Deployment Kit\ but you can change to any folder of choice
  3. Copy the entire folder to a network share and make sure this sure is accessible by the MTR system.
  4. Login to the MTR as admin and open powershell in elevated "Run as Administrator" and run the cmdlet as stated:

Add-AppxPackage -ForceApplicationShutdown -Path '\\<share>\$oem$\$1\Rigel\x64\Ship\AppPackages\*\*.appx' -DependencyPath (Get-ChildItem '\\<share>\$oem$\$1\Rigel\x64\Ship\AppPackages\*\Dependencies\x64\*.appx' | Foreach-Object {$_.FullName})