InstalledSoftwareRemoval Table

InstalledSoftwareRemoval table keeps track of software titles that have been recognised, but then removed due to precedence. This is typically because a higher quality (more specific) title has been found.

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 InstalledSoftwareRemoval table

Database Column

Details

InstalledSoftwareID

Type: integer. Key

Installation record for lower quality title. Foreign key to the InstalledSoftware table.

RemovedSoftwareTitleID

Type: integer. Key

Software title whose installation is now being ignored due to the presence of a higher quality title. Foreign key to the SoftwareTitle table.