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 Properties

The properties of the ServiceInstaller class are listed below. For a complete list of ServiceInstaller class members, see the ServiceInstaller Members topic.

Public:

Context (inherited from Installer) Gets or sets information about the current installation.
DisplayName [To be supplied.]
HelpText (inherited from Installer) Gets the help text for all of the Installer objects contained in the Installers collection of this installer instance.
Installers (inherited from Installer) Gets the collection of Installer objects contained in this Installer instance.
Parent (inherited from Installer) Gets or sets the Installer whose InstallerCollection contains this Installer instance.
ServiceName The name used by Windows to indentify this service.
ServicesDependedOn A list of services that must be running in order for this one to run.
Site (inherited from Component) Gets or sets the site of the Component.
StartType Determines when this service will be started

See Also

ServiceInstaller Class | System.ServiceProcess Namespace