Merge.CloseDatabase Method

Windows Installer

Merge.CloseDatabase Method

The CloseDatabase method of the Merge object closes the currently open Windows Installer database.

Syntax

Script
CloseDatabase(
  bCommit
)

Parameters

bCommit

TRUE if changes should be saved, FALSE otherwise.

Return Value

This method does not return a value.

Remarks

Closing a database clears all dependency information but does not affect any errors that have not been retrieved.

C++

See CloseDatabase 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.