Use the WMI to check if an application is installed.

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

Syntax

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

Parameters

name
Type: System..::..String

Return Value

See Also