Summary
Contains functionality related to NSIS.
In order to use the commands for this alias, NSIS will need to be installed on the machine where the Cake script is being executed. See this page for information on how to download/install.
- Namespace
- Cake
.Common .Tools .NSIS - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["NSISAliases"]
class Type type-node
Syntax
[CakeAliasCategory("NSIS")]
public static class NSISAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
MakeNSIS |
void |
Compiles the given NSIS script using the given settings.
static
|
MakeNSIS |
void |
Compiles the given NSIS script using the default settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|