Wix.ServiceInstall Type
Adds services for parent Component. Use the ServiceControl element to remove services.
Record fields
Record Field | Description |
Full Usage:
Account
Field type: string
|
Fully qualified names must be used even for local accounts, e.g.: ".\LOCAL_ACCOUNT". Valid only when ServiceType is ownProcess.
|
Full Usage:
Arguments
Field type: string
|
|
Full Usage:
Description
Field type: string
|
|
Full Usage:
DisplayName
Field type: string
|
|
|
Determines whether the existing service description will be ignored. If 'yes', the service description will be null, even if the Description attribute is set.
|
|
|
Full Usage:
Id
Field type: string
|
Unique identifier for this service configuration. This value will default to the Name attribute if not specified.
|
|
|
Full Usage:
LoadOrderGroup
Field type: string
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
Password
Field type: string
|
|
|
|
|
|
|
[Required] Determines when the service should be started. The Windows Installer does not support boot or system. (Default: Demand)
|
|
[Required] The Windows Installer does not currently support kernelDriver or systemDriver. (Default: OwnProcess)
|
|
Instance members
Instance member | Description |
Full Usage:
this.createAttributeList ()
Returns: seq<string * string>
|
|