IsInstalled Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation IsInstalled Property
Gets a value indicating whether this product or patch is installed on the current system.
Declaration Syntax
C# Visual Basic Visual C++
public abstract bool IsInstalled { get; }
Public MustOverride ReadOnly Property IsInstalled As Boolean
	Get
public:
virtual property bool IsInstalled {
	bool get () abstract;
}
Property Value

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)