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
Version | Mergemod.dll 1.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.