InstallerEvidenceType Table

InstallerEvidenceType is a static table listing the types of installer evidence that can be used to determine whether an item of software has been installed.

Table 1. Database columns for InstallerEvidenceType table

Database Column

Details

InstallerEvidenceTypeID

Type: integer. Key. Generated ID

A unique identifier for each InstallerEvidenceType. Possible values and the corresponding default strings are:

  • 1 = Any
  • 2 = Add/Remove Programs
  • 3 = Software ID Tag
  • 4 = MSI
  • 5 = Unknown
  • 6 = ILMT
  • 7 = RPM
  • 8 = OS X App
  • 9 = LPP
  • 10 = SDUX
  • 11 = SUNPKG
  • 12 = IA
  • 13 = BEA
  • 14 = ISMP
  • 15 = IPS
  • 16 = ADDM
  • 17 = OracleEBSModule
  • 18 = BDNA
  • 19 = FlexeraID
  • 20 = DPKG
  • 21 = App-V
  • 22 = OUI
  • 23 = IIM
  • 24 = DSPMQ
  • 25 = VMware
  • 26 = HPUD
  • 27 = SaaS
  • 28 = UniversalApplication
  • 29 = OracleFMW
  • 30 = Toad
  • 31 = ToadLicense
  • 32 = Java
  • 33 = IBMLS
TypeResourceString

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an installer evidence type. Foreign key to the ComplianceResourceString table.

TypeDefaultString

Type: text (max 100 characters)

The text to display if the type resource string has no translation.

ImporterString

Type: text (max 100 characters)

The text value provided by adapters when importing installer evidence.