Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.ServiceDependency)

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>
Attributes:
[<Obsolete("Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.ServiceDependency.createAttributeList)")>]
OBSOLETE

Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.ServiceDependency.createAttributeList)