NSISAliases.

MakeNSIS(ICakeContext, FilePath) Method

Summary

Compiles the given NSIS script using the default settings.
Namespace
Cake.Common.Tools.NSIS
Containing Type
NSISAliases

Syntax

[CakeMethodAlias]
[CakeAliasCategory("MakeNSIS")]
public static void MakeNSIS(this ICakeContext context, FilePath scriptFile)

Examples

MakeNSIS("./src/Cake.nsi");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Parameters

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

Return Value

Type Description
void