Merge.OpenLog method

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

Merge.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

Requirement Value
Version
Mergemod.dll 1.0 or later
Header
Mergemod.h
DLL
Mergemod.dll