NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServiceProcessInstaller Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.ServiceProcess

Assembly: System.ServiceProcess.dll

See Also

ServiceProcessInstaller Members | System.ServiceProcess Namespace