TestimoX

API Reference

Class

ServiceInstallRequest

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Request details for installing the TestimoX service.

Inheritance

  • Object
  • ServiceInstallRequest

Constructors

public ServiceInstallRequest() #

Properties

public String ServiceName { get; set; } #

Windows service name.

public String ExecutablePath { get; set; } #

Path to TestimoX.Service.exe.

public String DisplayName { get; set; } #

Windows service display name.

public String Description { get; set; } #

Windows service description.

public String Account { get; set; } #

Logon account (LocalSystem, LocalService, NetworkService, DOMAIN\User).

public String Password { get; set; } #

Password for the logon account, when required.

public String ConfigPath { get; set; } #

Optional path to service.json to pass to the installer.