IComPlus

Declaration

IComPlus: IDispatch

Overview

This interface is meant to allow you to specify the information needed to register a COM+.

Properties

Array<IFile> Files - Gets the collection of COM+'s files.

UINT Flags - Gets or sets the the flags used when the MSI file is created.

Methods

AddFile(IFile aFile) - Adds file to the collection of COM+'s files.

RemoveFile(IFile aFile) - Removes file from the collection of COM+'s files.

See also

IComComponent