InstallSettingsExtensions.

SetExecutablePath(InstallSettings, FilePath) Method

Summary

Specifies a path to the service binary file.
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
InstallSettingsExtensions

Syntax

public static InstallSettings SetExecutablePath(this InstallSettings settings, FilePath path)

Parameters

Name Type Description
settings InstallSettings The installation settings.
path FilePath The path to the service binary file.

Return Value

Type Description
InstallSettings The same InstallSettings instance so that multiple calls can be chained.