InnoSetupAliases.

InnoSetup(ICakeContext, FilePath) Method

Summary

Compiles the given Inno Setup script using the default settings.
Namespace
Cake.Common.Tools.InnoSetup
Containing Type
InnoSetupAliases

Syntax

[CakeMethodAlias]
public static void InnoSetup(this ICakeContext context, FilePath scriptFile)

Examples

InnoSetup("./src/Cake.iss");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.

Parameters

Name Type Description
context ICakeContext The context.
scriptFile FilePath The path to the .iss script file to compile.

Return Value

Type Description
void