Summary
Runs the Wix Heat runner for the specified directory path.
- Namespace
- Cake
.Common .Tools .WiX .Heat - Containing Type
- HeatRunner
Syntax
public void Run(DirectoryPath directoryPath, FilePath outputFile, WiXHarvestType harvestType, HeatSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| directoryPath | DirectoryPath | The directory path. |
| outputFile | FilePath | The output file. |
| harvestType | WiXHarvestType | The WiX harvest type. |
| settings | HeatSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
