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

WiXServiceControl

Service Control Element. Can Start, Stop and Remove services

Record Fields

Record FieldDescription
Id
Signature: string
Name
Signature: string
Remove
Signature: InstallUninstall
Start
Signature: InstallUninstall
Stop
Signature: InstallUninstall
Wait
Signature: YesOrNo

Instance members

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