Skip to main content
Eptura Knowledge Center

Install with System Center Configuration Manager (SCCM)

Install with System Center Configuration Manager (SCCM)

The same basic command displayed above can be used when installing SVLive Presence Service using SCCM. 

The example below will install SVLive Presence Service, where:

  • msi-filename is the filename of the MSI installer.
  • config-api-url is the host and port portion of the configuration url, including the protocol and path. This value will be provided by Serraview.
msiexec /i msi-filename CONFIGAPIADDRESS=config-api-url

However, if required an additional flag can be sent to the installer to tell it not to start the SVLive Presence Service when the installation completes, and the operating system will be rebooted.

msiexec /i msi-filename CONFIGAPIADDRESS=config-api-url RUNONINSTALL=false

An additional SCCM command can be used to reboot the target computer after SVLive Presence Service is installed.

You will need to reboot the machine and the SVLive Presence Service will start automatically when a user logs in.