Interface: MsixWindowsService
Properties
arguments?
readonlyoptionalarguments?:string
Optional command-line arguments passed to the service executable.
executable?
readonlyoptionalexecutable?:string
Relative path to the service executable within the package. Defaults to the main app executable.
name
readonlyname:string
The service name used in the Windows Service Control Manager.
startAccount?
readonlyoptionalstartAccount?:"localSystem"|"localService"|"networkService"
The account the service runs under. Required by the desktop6 schema.
Default
"localSystem"
startupType?
readonlyoptionalstartupType?:"auto"|"manual"|"disabled"
How Windows starts the service. Required by the desktop6 schema.
Default
"manual"