Uninstallable Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Uninstallable Property
True patch is marked as possible to uninstall from the product.
Declaration Syntax
C# Visual Basic Visual C++ F#
public bool Uninstallable { get; }
Public ReadOnly Property Uninstallable As Boolean
	Get
public:
property bool Uninstallable {
	bool get ();
}
member Uninstallable : bool with get
Property Value
Remarks

Even if this property is true, the installer can still block the uninstallation if this patch is required by another patch that cannot be uninstalled.

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