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

Used in CustomAction for determining the return type

Union cases

Union case Description

AsyncNoWait

Full Usage: AsyncNoWait

Indicates that the custom action will run asynchronously and execution may continue after the installer terminates.

AsyncWait

Full Usage: AsyncWait

Indicates that the custom action will run asynchronously but the installer will wait for the return code at sequence end.

Check

Full Usage: Check

Indicates that the custom action will run synchronously and the return code will be checked for success. This is the default.

Ignore

Full Usage: Ignore

Indicates that the custom action will run synchronously and the return code will not be checked.