Hello David!
I appreciate your prompt reply in your previous post, however I'd like to clarify the problem we face. We want to deploy a few hundreds Skype Room Systems and we want to manage all updates they receive centrally (via SCCM), so we want to deploy new versions of SRS application via SCCM rather than get them from Windows Store. The msi in that Technet article is actually a wrapper for the set of scripts to prepare the installation image. That MSI does many things - it installs SRS application, configures Skype local account, sets up UI restrictions for Skype account, etc. That's great but we also need a "classic" MSI package - the one which installs new version of SRS application on Skype Room System which was configured previously. So the business case is:
1. We have Skype Room System which is already configured and runs SRS application (for instance) 3.0.6.0
2. Windows Store updates are disabled (because this is an enterprise environment and we want to test all updates prior to roll them out, most likely we will skip some minor updates)
3. Question: How to deploy new 3.0.10. SRS application to that Skype Room System? We want to deploy that via SCCM, but there is no "classic" MSI package for SRS application.