InstalledSoftwareReplacement Table

InstalledSoftwareReplacement tracks which individual application installation records have (ever) been subsumed by recognition of their parent software suite installed on the same computer. Only the suite and its member application are linked here.

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

Database Column

Details

InstalledSoftwareID

Type: integer. Key

The suiteā€™s installation record. Foreign key to the InstalledSoftware table.

ReplacedSoftwareTitleID

Type: integer. Key

The software title that has been replaced by its parent suite. Foreign key to the SoftwareTitle table.