Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

WiXServiceDependency

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

Record Fields

Record FieldDescription
Group
Signature: YesOrNo option

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

Id
Signature: string
  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').

Instance members

Instance memberDescription
x.createAttributeList()
Signature: unit -> seq<string * string>