Product.IsInstalled(Boolean) Method

Definition

Gets a value that indicates whether the current product is installed.

public:
 bool IsInstalled(bool useCachedValue);
public bool IsInstalled (bool useCachedValue);
member this.IsInstalled : bool -> bool
Public Function IsInstalled (useCachedValue As Boolean) As Boolean

Parameters

useCachedValue
Boolean

Determines whether a cached value should be used.

Returns

true if the product is installed or the cached value indicates that the product is installed, otherwise false.

Applies to