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 Properties

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

Public:

Context (inherited from Installer) Gets or sets information about the current installation.
HelpText [To be supplied.]
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.
Password Holds the password entered by the user at install time. This property is not public and is never serialized.
RunUnderSystemAccount Determines whether the services will be installed to run under the system account or under a specific user account. Default is true. If false, the installer will present a login dialog at install time asking for the username and password to use.
Site (inherited from Component) Gets or sets the site of the Component.
Username Holds the username entered by the user at install time. This property is not public and is never serialized.

See Also

ServiceProcessInstaller Class | System.ServiceProcess Namespace