FAKE - F# Make


WiXScript

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

Record Fields

Record FieldDescription
ActionSequences
Signature: string

You can nest InstallExecuteSequence actions in here

BuildNumber
Signature: string

Build Number of product

CustomActions
Signature: string

You can nest custom actions in here

Description
Signature: string

Product description

Directories
Signature: string

Nest directories in here

Features
Signature: string

You can nest feature elements in here

MajorUpgrade
Signature: string

Nest major upgrade elements in here

Platform
Signature: 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.

ProductCode
Signature: Guid

The product code GUID for the product.

ProductLanguage
Signature: string

The decimal language ID (LCID) for the product.

ProductName
Signature: string

The descriptive name of the product.

ProductPublisher
Signature: string

The manufacturer of the product.

ProductVersion
Signature: string

The product's version string.

ProgramFilesFolder
Signature: ProgramFilesFolder

The program files folder

UIRefs
Signature: string

Nest UIRefs in here

Upgrade
Signature: string

You can nest upgrade elements in here

UpgradeGuid
Signature: Guid

The upgrade code GUID for the product.

WiXVariables
Signature: string

Nest WiXVariables in here

Fork me on GitHub