Summary
Gets alternative file paths which the tool may exist in.
- Namespace
- Cake
.Common .Tools .InnoSetup - Containing Type
- InnoSetupRunner
Syntax
protected override IEnumerable<FilePath> GetAlternativeToolPaths(InnoSetupSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | InnoSetupSettings | The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
The default tool path. |