MSI.Log |
|
|
|
MSI.Log |
|
|
|
|
||
OverviewExamples
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