IMsmConfigurableItem Interface Interface

Windows Installer

IMsmConfigurableItem Interface Interface

The IMsmConfigurableItem interface manages a single row from the ModuleConfiguration table. This is a single configurable "attribute" from the module. The interface consists of read-only properties, one for each column in the ModuleConfiguration table.

Methods

The IMsmConfigurableItem Interface interface inherits the methods of the IDispatch interface.

In addition, IMsmConfigurableItem Interface defines the following methods.

Method Description

get_Name

Retrieves the Name property.

get_Format

Retrieves the Format property.

get_Type

Retrieves the Type property.

get_Context

Retrieves the Context property.

get_DefaultValue

Retrieves the DefaultValue property.

get_Attributes

Retrieves the Attributes property.

get_DisplayName

Retrieves the DisplayName property.

get_Description

Retrieves the Description property.

get_HelpLocation

Retrieves the HelpLocation property.

get_HelpKeyword

Retrieves the HelpKeyword property.

 

Requirements

VersionMergemod.dll 2.0 or later
HeaderMergemod.h
DLLMergemod.dll
IIDIID_IMsmConfigurableItem is defined as 4D6E6284-D21D-401E-84F6-909E00B50F71

See Also

Merge Module Automation

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.