Universal Windows Service Class Library

ExtendedInstallContext Members

ExtendedInstallContext overview

Public Instance Constructors

ExtendedInstallContext Constructor Default constructor of the extended install context class.

Public Instance Properties

Account Get or set the account of the service.
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.
InteractiveProcess Property to mark service as interactive process which can communicate with the desktop. Only for services where logon account is LocalSystem.
IsEmpty Get empty status of install context.
LogToConsole Property to log information to console output.
Parameters (inherited from InstallContext) Gets the command-line parameters that were entered when InstallUtil.exe was run.
Password Get or set the password of user account.
ServiceName Get or set the name of installing service.
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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Get Get in install context the value of given key.
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.
GetType (inherited from Object) Gets the Type of the current instance.
IsParameterTrue (inherited from InstallContext) Determines whether the specified command-line parameter is true.
LogMessage (inherited from InstallContext) Writes a message to the console and to the log file for the installation.
Set Set in install context the given key with given value.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ExtendedInstallContext Class | uws.Install Namespace | InstallContext