FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Wix.ServiceConfig Type

Service configuration information for failure actions.

Record fields

Record Field Description

FirstFailureActionType

Full Usage: FirstFailureActionType

Field type: ServiceFailureActionType

[Required] Determines the type of the service failure action.

Field type: ServiceFailureActionType

ProgramCommandLine

Full Usage: ProgramCommandLine

Field type: string

If any of the three *ActionType attributes is "runCommand", this specifies the command to run when doing so. This value is formatted.

Field type: string

RebootMessage

Full Usage: RebootMessage

Field type: string

If any of the three *ActionType attributes is "reboot", this specifies the message to broadcast to server users before doing so.

Field type: string

ResetPeriodInDays

Full Usage: ResetPeriodInDays

Field type: int

Number of days after which to reset the failure count to zero if there are no failures.

Field type: int

RestartServiceDelayInSeconds

Full Usage: RestartServiceDelayInSeconds

Field type: int

If any of the three *ActionType attributes is "restart", this specifies the number of seconds to wait before doing so.

Field type: int

SecondFailureActionType

Full Usage: SecondFailureActionType

Field type: ServiceFailureActionType

[Required] Action to take on the second failure of the service.

Field type: ServiceFailureActionType

ServiceName

Full Usage: ServiceName

Field type: String

Required if not under a ServiceInstall element.

Field type: String

ThirdFailureActionType

Full Usage: ThirdFailureActionType

Field type: ServiceFailureActionType

[Required] Action to take on the third failure of the service.

Field type: ServiceFailureActionType

Instance members

Instance member Description

this.createAttributeList ()

Full Usage: this.createAttributeList ()

Returns: seq<string * string>
Returns: seq<string * string>