MachineOfficeAddIn¶
Information about Microsoft Office add-ins registered on the machine (for all users).
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 |
| ID | numeric | Internal ID for the MachineOfficeAddIn entity (Primary Key) |
| InProcServer | string | Path to the COM server |
| InProcServerDescription | string | Description from the InProcServer registration |
| LoadBehavior | numeric | Add in load behavior, see Microsoft documentation |
| MachineID | numeric | Internal ID that references the Machine 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 the last write to the Registry key that registers the add-in |
| RegistryPath | string | Registry path to the add-in registration |
| SoftwarePublisherID | numeric | Internal ID that references the SoftwarePublisher entity (Foreign Key) |
| ThreadingModel | string | Threading Model |