Skip to main content

Interface: MsixWindowsService

Properties​

arguments?​

readonly optional arguments?: string

Optional command-line arguments passed to the service executable.


executable?​

readonly optional executable?: string

Relative path to the service executable within the package. Defaults to the main app executable.


name​

readonly name: string

The service name used in the Windows Service Control Manager.


startAccount?​

readonly optional startAccount?: "localSystem" | "localService" | "networkService"

The account the service runs under. Required by the desktop6 schema.

Default​

"localSystem"

startupType?​

readonly optional startupType?: "auto" | "manual" | "disabled"

How Windows starts the service. Required by the desktop6 schema.

Default​

"manual"