ConfigureModule Object

Windows Installer

ConfigureModule Object

The ConfigureModule object is an interface implemented by the client. Mergemod.dllcalls methods on the IMsmConfigureModule interface to request that the client tool provide configuration information. The module is configured based on the client's responses to calls on this interface.

Methods

The ConfigureModule object defines the following methods.

Method Description

ProvideTextData

Called by Mergemod.dll to obtain text used to configure the module.

ProvideIntegerData

Called by Mergemod.dll to obtain integers used to configure the module.

 

Remarks

C++

interface IMsmConfigureModule : IDispatch

Interface ID

Constant Value
IID_IMsmConfigureModule {AC013209-18A7-4851-8A21-2353443D70A0}

 

Requirements

VersionMergemod.dll 2.0 or later
HeaderMergemod.h
DLLMergemod.dll

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.