Summary
Contains functionality related to Inno Setup.
In order to use the commands for this alias, Inno Setup 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 .InnoSetup - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["InnoSetupAliases"]
class Type type-node
Syntax
[CakeAliasCategory("Inno Setup")]
public static class InnoSetupAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
InnoSetup |
void |
Compiles the given Inno Setup script using the given settings.
static
|
InnoSetup |
void |
Compiles the given Inno Setup 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
|