ISCOMPlusApplication Table
InstallShield 2022
Project:This information applies to the following project types:
• | Basic MSI |
• | DIM |
• | InstallScript MSI |
• | Merge Module |
The ISCOMPlusApplication table contains information about a COM+ application. A COM+ application is a COM+ catalog object with extra information. This table has application specific information and a foreign key to an ISComCatalogObject table entry that has the basic information.
Columns
ISCatalogObject_(primary key)
A foreign key into the ISComCatalogObject table. This is the root level application object. All other data associated with this application can be derived through the ISComCatalogObject table.
ComputerName
If the ComponentService object was loaded from a remote machine, store the computer name here. This can be NULL for the local computer.
Component_
A foreign key to the component table.