IPackageInfo Interface
Package information from the BA manifest.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| CacheType | The authored cache strategy for this package. |
| CustomData | Place for the BA to store it’s own custom data for this package. |
| Description | The package’s description. |
| DisplayInternalUICondition | The authored bal:DisplayInternalUICondition. |
| DisplayName | The package’s display name. |
| Id | The package’s Id. |
| InstallCondition | The authored InstallCondition. |
| Permanent | Whether the bundle should ever recommend the package to be uninstalled. |
| PrereqLicenseFile | The file name of the license file to be shown by the prereq BA. |
| PrereqLicenseUrl | The URL of the license to be shown by the prereq BA. |
| PrereqPackage | Whether the package should be installed by the prereq BA for managed bootstrapper applications. |
| PrimaryPackageType | See «see T:WixToolset.Mba.Core.PrimaryPackageType» |
| ProductCode | The package’s ProductCode. |
| RepairCondition | The authored RepairCondition. |
| Type | The type of the package. |
| UpgradeCode | The package’s UpgradeCode. |
| Version | The package’s version. |
| Vital | Whether the package’s failure can be ignored while executing the chain. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
CacheType Property
Section titled “CacheType Property”The authored cache strategy for this package.
Declaration
Section titled “Declaration”public BOOTSTRAPPER_CACHE_TYPE CacheType { get; set; }CustomData Property
Section titled “CustomData Property”Place for the BA to store it’s own custom data for this package.
Declaration
Section titled “Declaration”public System.Object CustomData { get; set; }Description Property
Section titled “Description Property”The package’s description.
Declaration
Section titled “Declaration”public string Description { get; set; }DisplayInternalUICondition Property
Section titled “DisplayInternalUICondition Property”The authored bal:DisplayInternalUICondition.
Declaration
Section titled “Declaration”public string DisplayInternalUICondition { get; set; }DisplayName Property
Section titled “DisplayName Property”The package’s display name.
Declaration
Section titled “Declaration”public string DisplayName { get; set; }Id Property
Section titled “Id Property”The package’s Id.
Declaration
Section titled “Declaration”public string Id { get; set; }InstallCondition Property
Section titled “InstallCondition Property”The authored InstallCondition.
Declaration
Section titled “Declaration”public string InstallCondition { get; set; }Permanent Property
Section titled “Permanent Property”Whether the bundle should ever recommend the package to be uninstalled.
Declaration
Section titled “Declaration”public bool Permanent { get; set; }PrereqLicenseFile Property
Section titled “PrereqLicenseFile Property”The file name of the license file to be shown by the prereq BA.
Declaration
Section titled “Declaration”public string PrereqLicenseFile { get; set; }PrereqLicenseUrl Property
Section titled “PrereqLicenseUrl Property”The URL of the license to be shown by the prereq BA.
Declaration
Section titled “Declaration”public string PrereqLicenseUrl { get; set; }PrereqPackage Property
Section titled “PrereqPackage Property”Whether the package should be installed by the prereq BA for managed bootstrapper applications.
Declaration
Section titled “Declaration”public bool PrereqPackage { get; set; }PrimaryPackageType Property
Section titled “PrimaryPackageType Property”See «see T:WixToolset.Mba.Core.PrimaryPackageType»
Declaration
Section titled “Declaration”public PrimaryPackageType PrimaryPackageType { get; set; }ProductCode Property
Section titled “ProductCode Property”The package’s ProductCode.
Declaration
Section titled “Declaration”public string ProductCode { get; set; }RepairCondition Property
Section titled “RepairCondition Property”The authored RepairCondition.
Declaration
Section titled “Declaration”public string RepairCondition { get; set; }Type Property
Section titled “Type Property”The type of the package.
Declaration
Section titled “Declaration”public PackageType Type { get; set; }UpgradeCode Property
Section titled “UpgradeCode Property”The package’s UpgradeCode.
Declaration
Section titled “Declaration”public string UpgradeCode { get; set; }Version Property
Section titled “Version Property”The package’s version.
Declaration
Section titled “Declaration”public string Version { get; set; }Vital Property
Section titled “Vital Property”Whether the package’s failure can be ignored while executing the chain.
Declaration
Section titled “Declaration”public bool Vital { get; set; }