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

Parameters for WiX Script properties, use ToString for creating the string xml nodes

Record fields

Record Field Description

ActionSequences

Full Usage: ActionSequences

Field type: seq<CustomActionExecution>

You can nest InstallExecuteSequence actions in here

Field type: seq<CustomActionExecution>

BuildNumber

Full Usage: BuildNumber

Field type: string

Build Number of product

Field type: string

Components

Full Usage: Components

Field type: seq<DirectoryComponent>

Nest Components in here

Field type: seq<DirectoryComponent>

CustomActions

Full Usage: CustomActions

Field type: seq<CustomAction>

You can nest custom actions in here

Field type: seq<CustomAction>

CustomReplacements

Full Usage: CustomReplacements

Field type: seq<string * string>

You can add custom replacements for the wix xml here.

Field type: seq<string * string>

Description

Full Usage: Description

Field type: string

Product description

Field type: string

Directories

Full Usage: Directories

Field type: seq<Dir>

Nest directories in here

Field type: seq<Dir>

DirectoryRefs

Full Usage: DirectoryRefs

Field type: seq<DirectoryRef>

You can nest DirectoryRefs in here

Field type: seq<DirectoryRef>

Features

Full Usage: Features

Field type: seq<Feature>

You can nest feature elements in here

Field type: seq<Feature>

MajorUpgrade

Full Usage: MajorUpgrade

Field type: seq<MajorUpgrade>

Nest major upgrade elements in here

Field type: seq<MajorUpgrade>

Platform

Full Usage: Platform

Field type: Architecture

Specify architecture of package. For 64Bit Setups set ProgramFilesFolder to ProgramFiles64, package platform to X64, all components to Win64 = yes and all files' processorArchitecture to X64.

Field type: Architecture

ProductCode

Full Usage: ProductCode

Field type: Guid

The product code GUID for the product.

Field type: Guid

ProductLanguage

Full Usage: ProductLanguage

Field type: int

The decimal language ID (LCID) for the product.

Field type: int

ProductName

Full Usage: ProductName

Field type: string

The descriptive name of the product.

Field type: string

ProductPublisher

Full Usage: ProductPublisher

Field type: string

The manufacturer of the product.

Field type: string

ProductVersion

Full Usage: ProductVersion

Field type: string

The product's version string.

Field type: string

ProgramFilesFolder

Full Usage: ProgramFilesFolder

Field type: ProgramFilesFolder

The program files folder

Field type: ProgramFilesFolder

UIRefs

Full Usage: UIRefs

Field type: seq<UIRef>

Nest UIRefs in here

Field type: seq<UIRef>

Upgrade

Full Usage: Upgrade

Field type: seq<Upgrade>

You can nest upgrade elements in here

Field type: seq<Upgrade>

UpgradeGuid

Full Usage: UpgradeGuid

Field type: Guid

The upgrade code GUID for the product.

Field type: Guid

WiXVariables

Full Usage: WiXVariables

Field type: seq<Variable>

Nest WiXVariables in here

Field type: seq<Variable>