Installs an executable containing classes extending System.WinForms.Service. The ServiceProcessInstaller does work common to all services in an executable, and it contains instances of ServiceInstaller to install each individual service.
Object
Component
Installer
ComponentInstaller
ServiceProcessInstaller
[Visual Basic] Public Class ServiceProcessInstaller Inherits ComponentInstaller [C#] public class ServiceProcessInstaller : ComponentInstaller [C++] public __gc class ServiceProcessInstaller : public ComponentInstaller [JScript] public class ServiceProcessInstaller extends ComponentInstaller
[To be supplied.]
Namespace: System.ServiceProcess
Assembly: System.ServiceProcess.dll
ServiceProcessInstaller Members | System.ServiceProcess Namespace