The ExFileInstanceGroups view provides access to the metadata for file instance groups found on your computers.
File instance groups are groups of files associated with one primary root file, usually their installer but sometimes a file from which they were copied.
Field Name |
Data Type |
Special Values |
Comments |
---|---|---|---|
|
Int |
|
Primary Key |
|
Int |
|
Foreign key into ExFileCatalog table for details about root file of this group |
|
Int |
|
Foreign key into ExComputers table for computer that has this file group |
|
datetime |
|
Date and time (UTC) when this file group was created |
|
int |
0 – initialized file 1 – top-level file 2 – file installed by process 3 – file installed by installer and can be found in Add/Remove Programs |
How the group was identified by App Control |
|
nvarchar |
|
Path that corresponds to the root file of this group. Paths use the OS-specific delimiter for the agent on which the file is located. |
|
nvarchar |
|
User that created this group |
|
nvarchar |
|
File name that corresponds to the root file of this group |
|
nvarchar |
|
If this file was an installer, this will be the installation name |
|
varchar |
Yes, No |
Yes if the files in this group were found during initialization |
|
varchar |
Yes, No |
Yes if this group represents a top-level file that was not generated through an installer. No if files in this group were part of an installation. |