Service Properties
You can configure the MobileTogether Server service by using the properties given below. To set a property, run the installation command with the property setting appended, like this:
msiexec /i MobileTogetherServerAdvanced.msi MTS_Service_DisplayName=MobileTogetherServer
List of properties
To configure MobileTogether Server services, use the following properties:
MTS_Service_DisplayName=<Serveice Display Name>
Name that will be displayed for the service. Enclose the name in double quotes.
MTS_Service_StartType=<Startup Type>
Specifies how the service is started during a system start-up. Values can be one of: auto | auto-delayed | demand | disabled.
MTS_Service_Username=<UserName>
Specifies the log-on user for the service. Use one of: LocalSystem | NT Authority\LocalService | NT Authority\NetworkService | <any user with relevant rights>.
MTS_Service_Password=<Password>
The password of the service's start user in plain text.(Hint: Use the installer's user interface to avoid entering plain text passwords.) No password is required if the user name is any of: LocalSystem | NT Authority\LocalService | NT Authority\NetworkService.