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!

ServiceInstaller Class

Installs a class extending System.WinForms.ServiceBase to run as a service on Windows NT.

Object
   Component
      Installer
         ComponentInstaller
            ServiceInstaller

[Visual Basic]
Public Class ServiceInstaller
   Inherits ComponentInstaller
[C#]
public class ServiceInstaller : ComponentInstaller
[C++]
public __gc class ServiceInstaller : public ComponentInstaller
[JScript]
public class ServiceInstaller extends ComponentInstaller

Remarks

[To be supplied.]

Requirements

Namespace: System.ServiceProcess

Assembly: System.ServiceProcess.dll

See Also

ServiceInstaller Members | System.ServiceProcess Namespace