InstalledProductRegistrationAttribute.UsePackage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True is the product installation will use the package ID
public:
property bool UsePackage { bool get(); };
public:
property bool UsePackage { bool get(); };
public bool UsePackage { get; }
member this.UsePackage : bool
Public ReadOnly Property UsePackage As Boolean
Property Value
The value is true
if the product installation uses the package ID, and false
otherwise.