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.ErrorControl Type

Determines what action should be taken on an error.

Union cases

Union case Description

Critical

Full Usage: Critical

Logs the error if it is possible and the system is restarted with the last configuration known to be good. If the last-known-good configuration is being started, the startup operation fails.

Ignore

Full Usage: Ignore

Logs the error and continues with the startup operation.

Normal

Full Usage: Normal

Logs the error, displays a message box and continues the startup operation.