InstallerEvidence Table

InstallerEvidence lists installer evidence that is used to identify that a particular item of software (defined in the SoftwareTitle table) has been installed on a computer.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for InstallerEvidence table

Database Column

Details

InstallerEvidenceID

Type: integer. Key. Generated ID

A unique identifier for an installer evidence record.

InstallerEvidenceTypeID

Type: integer. Key

Identifies the type of installer evidence. Defaults to MSI. Foreign key to the InstallerEvidenceType table.

DisplayName

Type: text (max 256 characters). Key

The display name of the software as reported by the installer evidence.

Version

Type: text (max 72 characters). Key

The version of the software as reported by the installer evidence.

Publisher

Type: text (max 200 characters). Key

The publisher of the software as reported by the installer evidence.

OperatorManageStateID

Type: integer. Key

The management responsibility for this information. Foreign key to the OperatorManageState table.

Ignored

Type: boolean

Set this field to True if the installer evidence is not used for application recognition.

IsShared

Type: boolean