This article describes how to deploy OMS silently using Microsoft Endpoint Configuration Manager (SCCM), allowing IT teams to push the software to targeted machines without requiring user interaction.
Note: Silent installation via Config Manager is only supported on OMS 11.4 or later. Institutions running earlier versions will need to upgrade before using this deployment method.
Silent Install
To deploy OMS silently, run the installer with the following command:
installer.exe /S
This will install OMS on the target machine without displaying any prompts or requiring user input, making it suitable for use in Config Manager deployment packages or scripts.
Silent Uninstall
To remove OMS silently from a machine, run:
C:\Program Files\Oxford Medical Simulation\OMS\uninstall.exe /S
Notes for IT Administrators
Ensure target machines meet the hardware and OS requirements for OMS before deploying.
Confirm the required network and firewall settings are in place so OMS can connect to its services after installation.
Test the silent install/uninstall commands on a single machine before rolling out via Config Manager to a wider group.
If deploying to a large number of machines, consider staggering the rollout to monitor for any installation issues.
