NSISAliases Class

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

Methods

Name Value Summary
MakeNSIS(ICakeContext, FilePath, MakeNSISSettings) void
Compiles the given NSIS script using the given settings.
static
MakeNSIS(ICakeContext, FilePath) void
Compiles the given NSIS script using the default settings.
static

Extension Methods

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