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.ServiceControl)
WiXServiceControl
Service Control Element. Can Start, Stop and Remove services
Record Fields
Record Field | Description |
Id
Signature: string
|
|
Name
Signature: string
|
|
Remove
Signature: InstallUninstall
|
|
Start
Signature: InstallUninstall
|
|
Stop
Signature: InstallUninstall
|
|
Wait
Signature: YesOrNo
|
Instance members
Instance member | Description |
x.createAttributeList()
Signature: unit -> seq<string * string>
Attributes: [<Obsolete("Use Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.ServiceControl.createAttributeList)")>] |
OBSOLETEUse Fake.Installer.Wix instead (FAKE0001 - package: Fake.Installer.Wix - member: Fake.Installer.Wix.ServiceControl.createAttributeList) |