Universal Windows Service Class Library

Installer Properties

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

Public Instance Properties

Account Get or set the account of the service.
Container (inherited from Component) Gets the IContainer that contains the Component.
Context (inherited from Installer) Gets or sets information about the current installation.
Description Get or set the description of the service which will be displayed in windows service management.
DisplayName Get or set the name of the service which will be displayed in windows service management.
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.
FailureActions Property to set the different failure actions.
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.
Password Get or set the password of user account.
ServiceName Get or set the name of the service.
Site (inherited from Component) Gets or sets the ISite of the Component.
StartAfterInstall Property to start the service after installation.
StartTimeout Property to set the start timeout in seconds for the service.
StartType Get or set the start type of the service.
Username Get or set the username of user account.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component) Gets the list of event handlers that are attached to this Component.

See Also

Installer Class | uws Namespace | Installer | ServiceProcessInstaller | ExtendedServiceInstaller