Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$ApplicationExists

Returns true if the application with the specified name exists, optionally including inactive applications.

Script usage:

$ApplicationExists(Name, [IncludeInactive])

Parameters:

NameDescription
NameThe name of the application to look for.
IncludeInactiveWhen false, this function will return false if the specified application exists but is inactive; otherwise, it will return true for inactive applications as well. The default value is false.