Summary
Runs
makensis.exe with the specified script files and settings.
- Namespace
- Cake
.Common .Tools .NSIS - Containing Type
- MakeNSISRunner
Syntax
public void Run(FilePath scriptFile, MakeNSISSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| scriptFile | FilePath | The script file (.nsi) to compile. |
| settings | MakeNSISSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
