WiX aliases

Built-In

Contains functionality related to WiX.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the appropriate settings class:

#tool "nuget:?package=WiX"

Candle

WiXCandle(GlobPattern, CandleSettings) Compiles all .wxs sources matching the specified pattern.
WiXCandle(IEnumerable<FilePath>, CandleSettings) Compiles all .wxs sources in the provided source files.

Heat

WiXHeat(DirectoryPath, FilePath, WiXHarvestType, HeatSettings) Harvests files in the provided directory path.
WiXHeat(DirectoryPath, FilePath, WiXHarvestType) Harvests files in the provided object files.
WiXHeat(FilePath, FilePath, WiXHarvestType, HeatSettings) Harvests from the desired files.
WiXHeat(FilePath, FilePath, WiXHarvestType) Harvests from the desired files.
WiXHeat(string, FilePath, WiXHarvestType, HeatSettings) Harvests files for a website or performance.
WiXHeat(string, FilePath, WiXHarvestType) Harvests files for a website or performance.

Light

WiXLight(GlobPattern, LightSettings) Links all .wixobj files matching the specified pattern.
WiXLight(IEnumerable<FilePath>, LightSettings) Links all .wixobj files in the provided object files.