Return the installation path of an installed Windows service.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function GetServiceInstallationPath ( _
	name As String _
) As String
C#
public static string GetServiceInstallationPath(
	string name
)

Parameters

name
Type: System..::..String

Return Value

See Also