AppVPackageMapping Table

The AppVPackageMapping table is a table that maps App-V 4.6 packages to installer evidence.

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

Database Column

Details

AppVPackageMappingID

Type: integer. Key. Generated ID

Auto-generated App-V 4.6 package mapping ID.

PackageName

Type: text (max 256 characters). Key

The App-V 4.6 package name.

PackageVersion

Type: text (max 128 characters). Key

The App-V 4.6 package version.

DisplayName

Type: text (max 256 characters)

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

Version

Type: text (max 72 characters)

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

Publisher

Type: text (max 200 characters)

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