Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.51 KB

complus-table.md

File metadata and controls

65 lines (37 loc) · 1.51 KB
description ms.assetid title ms.topic ms.date
The Complus table contains information needed to install COM+ applications.
0c9a7469-5959-45ad-b84d-6cfd3e169ff6
Complus Table
article
05/31/2018

Complus Table

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

ICE03
ICE06
ICE32
ICE66