Summary
Runs
iscc.exe with the specified script files and settings.
- Namespace
- Cake
.Common .Tools .InnoSetup - Containing Type
- InnoSetupRunner
Syntax
public void Run(FilePath scriptFile, InnoSetupSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| scriptFile | FilePath | The script file (.iss) to compile. |
| settings | InnoSetupSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
