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.FeatureDisplay)

FeatureDisplay

Used for determing whether the feature should be visible in the select features installer pane or not

Union Cases

Union CaseDescription
Collapse
Signature:

Initially shows the feature collapsed. This is the default value.

Expand
Signature:

Initially shows the feature expanded.

Hidden
Signature:

Prevents the feature from displaying in the user interface.