TestimoX

API Reference

Class

ServiceInstallResult

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents a service installation result.

Inheritance

  • Object
  • ServiceInstallResult

Constructors

public ServiceInstallResult() #

Properties

public String Name { get; set; } #

Windows service name.

public String ServicePath { get; set; } #

Path to the service executable.

public String ConfigPath { get; set; } #

Path to the deployed config.

public Boolean Installed { get; set; } #

Indicates whether the service was installed.