MSI Factory 2.3

MSI.Log

MSI.Log

This is the first topic This is the last topic  

MSI.Log

This is the first topic This is the last topic  

OverviewExamples

boolean MSI.Log (

number hInstall,

string LogText )

Example 1

bResult = MSI.Log(_hInstall, "Sample log text.");

 

if (bResult) then

   Dialog.Message("Log Status", "Writing to the log was successful.");

else

   Dialog.Message("Log Status", "Writing to the log failed.");

end

Writes the text "Sample log text." to the generated MSI log file and shows a dialog message indicating whether it was successful or not.

See also: Related Actions


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