Hi all,
We are looking to deploy Skype Room System / Microsoft Teams Room in our offices.
Currently we use the CreateMediaSRS.ps1 script which works fine. This pulls down the latest SRSDeploymentKit-4.0.85.0.msi to create the installation files and does so without any issues.
My only annoyance is that it pulls down Surfaace Pro drivers and Windows cumulative updates that are old. The drivers and updates are pulled down from a set URL in the config.json file within the SRSDeploymentKit-4.0.85.0.msi.
Is there a simple way to update the config.json file within the msi? Extracting the msi before hand and updating the config.jso just gets over write when the CreateMediaSRS.ps1 is run as its always extracts the files within the SRSDeploymentKit-4.0.85.0.msi.
I have added a script to install the newer drivers and cumulative updates (for 1803) but this just increases the time of installation.
Any tips would be appreciated.
Paddy