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 |
---|---|
Cake |
An attribute used to mark script method aliases. |
Cake |
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 |