ConfigureModule.ProvideIntegerData Method

Windows Installer

ConfigureModule.ProvideIntegerData Method

The ProvideIntegerData method of the ConfigureModule object is called by Mergemod.dll to retrieve integer data from the client tool.

Mergemod.dll provides the Name from the corresponding entry in the ModuleConfiguration table.

The tool should return S_OK and provide the appropriate customization integer in ConfigData.

If the tool does not provide any configuration data for this Name value, the function should return S_FALSE. In this case Mergemod.dll ignores the value of the ConfigData argument and uses the Default value from the ModuleConfiguration table.

Syntax

Script
ProvideIntegerData(
  Name,
  ConfigData
)

Parameters

Name

Name of item for which data is being retrieved.

ConfigData

Pointer to customization text.

Return Value

This method does not return a value.

Remarks

The client may be called no more than once for each record in the ModuleConfiguration table. Note that Mergemod.dll never makes multiple calls to the client for the same "Name" value. If no record in the ModuleSubstitution table uses the property, an entry in the ModuleConfiguration table causes no calls to the client.

C++

See ProvideIntegerData function.

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.