FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Wix.ServiceDependency Type

Service or group of services that must start before the parent service.

Record fields

Record Field Description

Group

Full Usage: Group

Field type: YesOrNo option

Set to 'yes' to indicate that the value in the Id attribute is the name of a group of services.

Field type: YesOrNo option

Id

Full Usage: Id

Field type: string

[Required] The value of this attribute should be one of the following: 1. The name (not the display name) of a previously installed service. 2. The name of a service group (in which case the Group attribute must be set to 'yes').

Field type: string

Instance members

Instance member Description

this.createAttributeList ()

Full Usage: this.createAttributeList ()

Returns: seq<string * string>
Returns: seq<string * string>