HeatRunner.

Run(FilePath, FilePath, WiXHarvestType, HeatSettings) Method

Summary

Runs the Wix Heat runner for the specified directory path.
Namespace
Cake.Common.Tools.WiX.Heat
Containing Type
HeatRunner

Syntax

public void Run(FilePath objectFile, FilePath outputFile, WiXHarvestType harvestType, HeatSettings settings)

Parameters

Name Type Description
objectFile FilePath The object file.
outputFile FilePath The output file.
harvestType WiXHarvestType The WiX harvest type.
settings HeatSettings The settings.

Return Value

Type Description
void