SOLVED

Updated SRS Deployment package

Brass Contributor

Hello,

 

I have used the SRS Deployment kit to update our Skype Room installations in the past. I am now trying to update our Skype Room Systems to at least v4.0.8.0, but the deployment kit is still only version 3.1.115.0. 

https://go.microsoft.com/fwlink/?linkid=851168

Using the following PowerShell command:

Add-AppxPackage -Update -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})

 

This is the process I have used in the past to build the Skype Room image using CreateSrsMedia.ps1

https://docs.microsoft.com/en-us/skypeforbusiness/deploy/deploy-clients/console

 

How can I go about getting at least v4.0.8.0?

 

2 Replies

:( I guess I will ask our TAM to see if they can find someone to help. I will reply back if I get somewhere with that in case others are looking.

best response confirmed by Richard Eklund (Brass Contributor)
Solution

From my TAM (Forgot to add this in earlier)

"SRSv2 systems are designed to gather updates from the Windows Store, and the MSI/Deployment kit will always lag behind.  Unfortunately I was not able to get an ETA on the next version of the Deployment kit from the Program Manager for SRSv2."

1 best response

Accepted Solutions
best response confirmed by Richard Eklund (Brass Contributor)
Solution

From my TAM (Forgot to add this in earlier)

"SRSv2 systems are designed to gather updates from the Windows Store, and the MSI/Deployment kit will always lag behind.  Unfortunately I was not able to get an ETA on the next version of the Deployment kit from the Program Manager for SRSv2."

View solution in original post