Summary
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"
- Namespace
- Cake
.Common .Tools .WiX - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["WiXAliases"]
class Type type-node
Syntax
[CakeAliasCategory("WiX")]
public static class WiXAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
WiXCandle |
void |
Compiles all
.wxs sources matching the specified pattern.
static
|
WiXCandle |
void |
Compiles all
.wxs sources in the provided source files.
static
|
WiXHeat |
void |
Harvests files in the provided directory path.
static
|
WiXHeat |
void |
Harvests files in the provided object files.
static
|
WiXHeat |
void |
Harvests from the desired files.
static
|
WiXHeat |
void |
Harvests from the desired files.
static
|
WiXHeat |
void |
Harvests files for a website or performance.
static
|
WiXHeat |
void |
Harvests files for a website or performance.
static
|
WiXLight |
void |
Links all
.wixobj files matching the specified pattern.
static
|
WiXLight |
void |
Links all
.wixobj files in the provided object files.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|