MachineUserOfficeAddIn¶
Information about Office Add-Ins installed for a specific user on a specific machine.
Fields¶
| Field | Type | Description |
|---|---|---|
| Application | string | Application that this add-in is registered to |
| Bits | numeric | Whether the add-in component is registered to the 32- or 64-bit version of the application |
| ClsId | string | COM CLSID of the add-in |
| CommandLineSafe | numeric | See Microsoft documentation |
| CompanyName | string | Company name from the resource of the registered COM server binary |
| Description | string | Description of the add-in |
| DisplayVersion | string | Display version of the add-in |
| FileDescription | string | File description from the resource of the registered COM server binary |
| FileVersion | string | File version from the resource of the registered COM server binary |
| FriendlyName | string | Friendlier name of the add-in if provided |
| ID | numeric | Internal ID for the MachineUserOfficeAddIn entity (Primary Key) |
| InProcServer | string | Path to the COM server |
| InProcServerDescription | string | Description of the InProcServer registration |
| LoadBehavior | numeric | Add-in load behavior, see Microsoft documentation |
| MachineUserID | numeric | Internal ID that references the MachineUser entity (Foreign Key) |
| Name | string | Name of the add-in |
| ProductName | string | Product name from the resource of the registered COM server binary |
| ProductVersion | string | Product version from the resource of the registered COM server binary |
| ProgId | string | COM ProgramID of the add-in |
| RawSoftwarePublisher | string | Software publisher as scanned from the resource of the registered COM server binary |
| RegistryKeyLastWriteTime | datetime | Date/Time of last write to the Registry key that registers the add-in |
| RegistryPath | string | Registry path of the add-in registration |
| SoftwarePublisherID | numeric | Internal ID that references the SoftwarePublisher entity (Foreign Key) |
| ThreadingModel | string | Threading Model |