InnoSetupAliases Class

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
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
InnoSetup(ICakeContext, FilePath, InnoSetupSettings) void
Compiles the given Inno Setup script using the given settings.
static
InnoSetup(ICakeContext, FilePath) void
Compiles the given Inno Setup script using the default settings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin