Setup Factory 10

MSI.EnableLog

MSI.EnableLog

This is the first topic This is the last topic  

MSI.EnableLog

This is the first topic This is the last topic  

OverviewExamples

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


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us