Merge.Connect Method

Windows Installer

Merge.Connect Method

The Connect method of the Merge object connects a module to an additional feature. The module must have already been merged into the database or will be merged into the database. The feature must exist before calling this function.

Changes made to the database are not saved to disk unless the CloseDatabase method is called with bCommit set to TRUE.

Syntax

Script
Connect(
  Feature
)

Parameters

Feature

The name of a feature already existing in the database.

Return Value

This method does not return a value.

Remarks

Errors may be retrieved through the Errors property. Errors and informational messages are posted to the current log file.

C++

See Connect function.

Requirements

VersionMergemod.dll 1.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.