Universal Windows Service Class Library

ExtendedServiceInstaller Members

ExtendedServiceInstaller overview

Public Instance Constructors

ExtendedServiceInstaller Constructor Default constructor of the extended service installer class.

Public Instance Fields

FailureActions List of failure actions.

Public Instance Properties

Container (inherited from Component) Gets the IContainer that contains the Component.
Context (inherited from Installer) Gets or sets information about the current installation.
Description Property for setting the service description.
DisplayName (inherited from ServiceInstaller) Indicates the friendly name that identifies the service to the user.
FailCountResetTime Property to set the fail count reset time of the service.
FailRebootMsg Property to set the fail reboot message of the service.
FailRunCommand Property to set the fail run command of the service.
HelpText (inherited from Installer) Gets the help text for all the installers in the installer collection.
Installers (inherited from Installer) Gets the collection of installers that this installer contains.
InteractiveProcess Property to mark service as interactive process which can communicate with the desktop. Only for services where logon account is LocalSystem.
Parent (inherited from Installer) Gets or sets the installer containing the collection that this installer belongs to.
ServiceName (inherited from ServiceInstaller) Indicates the name used by the system to identify this service. This property must be identical to the ServiceName of the service you want to install.
ServicesDependedOn (inherited from ServiceInstaller) Indicates the services that must be running for this service to run.
Site (inherited from Component) Gets or sets the ISite of the Component.
StartOnInstall Property to start the service after installation.
StartTimeout Property to set the start timeout in seconds for the service.
StartType (inherited from ServiceInstaller) Indicates how and when this service is started.

Public Instance Methods

Commit (inherited from Installer) When overridden in a derived class, completes the install transaction.
CopyFromComponent (inherited from ServiceInstaller) Copies properties from an instance of ServiceBase to this installer.
CreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component) Releases all resources used by the Component.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object) Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
Install (inherited from ServiceInstaller) Installs the service by writing service application information to the registry. This method is meant to be used by installation tools, which process the appropriate methods automatically.
IsEquivalentInstaller (inherited from ServiceInstaller) Indicates whether two installers would install the same service.
Rollback (inherited from ServiceInstaller) Rolls back service application information written to the registry by the installation procedure. This method is meant to be used by installation tools, which process the appropriate methods automatically.
ToString (inherited from Component) 
Uninstall (inherited from ServiceInstaller) Uninstalls the service by removing information about it from the registry.

Public Instance Events

AfterInstall (inherited from Installer) Occurs after the Install methods of all the installers in the Installers property have run.
AfterRollback (inherited from Installer) Occurs after the installations of all the installers in the Installers property are rolled back.
AfterUninstall (inherited from Installer) Occurs after all the installers in the Installersproperty perform their uninstallation operations.
BeforeInstall (inherited from Installer) Occurs before the Install method of each installer in the installer collection has run.
BeforeRollback (inherited from Installer) Occurs before the installers in the Installers property are rolled back.
BeforeUninstall (inherited from Installer) Occurs before the installers in the Installers property perform their uninstall operations.
Committed (inherited from Installer) Occurs after all the installers in the Installers property have committed their installations.
Committing (inherited from Installer) Occurs before the installers in the Installersproperty committ their installations.
Disposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

See Also

ExtendedServiceInstaller Class | uws.Install Namespace | ServiceInstaller | ServiceAccount | ServiceStartMode