We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2351cc commit 2cbae8bCopy full SHA for 2cbae8b
ufrmInstallLog.pas
@@ -72,7 +72,8 @@ procedure TfrmInstallLog.Initialize;
72
procedure TfrmInstallLog.DosCmdGetItInstallNewLine(ASender: TObject;
73
const ANewLine: string; AOutputType: TOutputType);
74
begin
75
- AddLog(ANewLine);
+ if AOutputType = otEntireLine then
76
+ AddLog(ANewLine);
77
end;
78
79
procedure TfrmInstallLog.DosCmdGetItInstallTerminated(Sender: TObject);
0 commit comments