MSI.EnableLog

boolean MSI.EnableLog ( 

number  LogMode,

string  LogFile,

boolean Append = false,

boolean FlushEachLine = false )

Example 1

MSI.EnableLog(INSTALLLOGMODE_VERBOSE, _TempFolder.."\\log.txt");

Enables verbose logging of the installation in a log file called "log.txt" created in the user's temporary directory.

See also:  Related Actions