FAKE - F# Make


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
createAttributeList()
Signature: unit -> seq<string * string>
Fork me on GitHub