SoftwareIsoTagFile Table

The SoftwareIsoTagFile table provides property names and values for each Software ID Tag in a normalized manner.

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

Database Column

Details

SoftwareIsoTagFileID

Type: integer. Key. Generated ID

The SoftwareIsoTagFile that this property belongs to

MD5

Type: text (max 32 characters). Key

The MD5 propery value of software ID tag file.

TagContent

Type: text

The actual content of the software id tag file.

EntitlementRequired Indicator

Type: boolean. Nullable

The entitlement required indicator value of the software ID tag.

SoftwareIsoTagSoftware VersionID

Type: integer. Key. Nullable

The product version and name identifier for this software. This is a foreign key into the SoftwareIsoTagSoftwareVersion table.

SoftwareCreatorEntityID

Type: integer. Key. Nullable

The software creator related data for software ID tag. This is a foreign key into the SoftwareIsoTagEntity table.

SoftwareLicensorEntityID

Type: integer. Key. Nullable

The software licensor related data for software ID tag. This is a foreign key into the SoftwareIsoTagEntity table.

TagCreatorEntityID

Type: integer. Key. Nullable

The tag creator related data for software ID tag. This is a foreign key into the SoftwareIsoTagEntity table.

OriginalArpGuid

Type: text (max 200 characters). Nullable

The original GUID of add-remove programs values of a repackaged software.

OriginalArpPublisher

Type: text (max 200 characters). Nullable

The original publisher of add-remove programs values of a repackaged software.

OriginalArpDisplayName

Type: text (max 200 characters). Nullable

The original display name of add-remove programs values of a repackaged software.

OriginalArpDisplayVersion

Type: text (max 200 characters). Nullable

The original display version of add-remove programs values of a repackaged software.

CurrentArpGuid

Type: text (max 200 characters). Nullable

The current GUID of add-remove programs values of a repackaged software.

CurrentArpPublisher

Type: text (max 200 characters). Nullable

The current publisher of add-remove programs values of a repackaged software.

CurrentArpDisplayName

Type: text (max 200 characters). Nullable

The current display name of add-remove programs values of a repackaged software.

CurrentArpDisplayVersion

Type: text (max 200 characters). Nullable

The current display version of add-remove programs values of a repackaged software.

AdminStudioAppCatalogID

Type: text (max 200 characters). Nullable

Application catalog ID of a repackaged application in AdminStudio.

IsValidSchema

Type: boolean. Nullable

Whether the software id tag has valid schema.

IsValidSignature

Type: boolean. Nullable

Whether the software id tag has valid digital signature.

ActivationStatus

Type: text (max 50 characters). Nullable

The activation status value of software ID tag.

ChannelType

Type: text (max 200 characters). Nullable

The channel type value of software ID tag.

SerialNumber

Type: text (max 200 characters). Nullable

The serial number value of software ID tag.

ParseErrorMessage

Type: text (max 1000 characters). Nullable

The message of the error occured while reading the software iso tag file.