The Complus table contains information needed to install COM+ applications.
The Complus table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Component_ | Identifier | Y | N |
ExpType | Integer | N | Y |
Columns
- Component_
An external key into the first column of the Component table. This is the component that contains the COM+ application.
- ExpType
Export flags used during the generation of the .msi file. For more information see the COM+ documentation in the Microsoft Windows Software Development Kit (SDK).
Remarks
See the RegisterComPlus action and UnregisterComPlus action.
See Installing a COM+ Application with the Windows Installer.
Validation
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.