Service Properties
You can configure the RaptorXML 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 RaptorXMLServer.msi RXML_Service_DisplayName=RaptorXMLServer
List of properties
To configure RaptorXML Server services, use the following properties:
RXML_Service_DisplayName=<Serveice Display Name>
Name that will be displayed for the service. Enclose the name in double quotes.
RXML_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.
RXML_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>.
RXML_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.