The OpenLog method of the Merge object opens a log file that receives progress and error messages. If the log file already exists, the installer appends new messages. If the log file does not exist, the installer creates a log file.
Syntax
Script
OpenLog(
Filename
)
Parameters
- Filename
-
Fully qualified file name pointing to a file to open or create.
Return Value
This method does not return a value.Remarks
Clients may send their own messages to this log file through the Log method.
C++
See OpenLog 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.