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

The Heat task parameters

Record fields

Record Field Description

AdditionalHeatArgs

Full Usage: AdditionalHeatArgs

Field type: string list
Field type: string list

AutoGenerateGuid

Full Usage: AutoGenerateGuid

Field type: bool

Auto generate component guids at compile time, e.g. set Guid="*". (Parameter: -ag)

Field type: bool

ComponentGroupName

Full Usage: ComponentGroupName

Field type: string

Component group name, cannot contain spaces. (Parameter: -cg)

Field type: string

DirectoryReference

Full Usage: DirectoryReference

Field type: string

Directory reference to root directories, cannot contains spaces. (Parameter: -dr)

Field type: string

GenerateGuidNow

Full Usage: GenerateGuidNow

Field type: bool

Generate guids now. All components are given a guid when heat is run. (Parameter: -gg)

Field type: bool

SupressComElements

Full Usage: SupressComElements

Field type: bool

Suppress COM elements. (Parameter: -scom)

Field type: bool

SupressDirectoryFragments

Full Usage: SupressDirectoryFragments

Field type: bool

Suppress generation of fragments for directories and components. (Parameter: -sfrag)

Field type: bool

SupressRegistry

Full Usage: SupressRegistry

Field type: bool

Suppress registry harvesting. (Parameter: -sreg)

Field type: bool

SupressRootDirectory

Full Usage: SupressRootDirectory

Field type: bool

Suppress harvesting the root directory as an element. (Parameter: -srd)

Field type: bool

SupressUniqueIds

Full Usage: SupressUniqueIds

Field type: bool

Suppress unique identifiers for files, components, & directories.(Parameter: -suid)

Field type: bool

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

Timeout for the call to Heat

Field type: TimeSpan

ToolDirectory

Full Usage: ToolDirectory

Field type: string

Directory that contains the Heat tool

Field type: string

VariableName

Full Usage: VariableName

Field type: string

Substitute File/@Source="SourceDir" with a preprocessor or a wix variable (Parameter: -var)

Field type: string