For add text durring batch execution :
in DSG_MODULE.ISS
I moddify the tpExec function like this:
Quote:
tpExec :
begin
WizardForm.FilenameLabel.Caption := ExpandConstant('{cm:BatchExecution}');
ShellExec('open', DSG_ExpandConstantTry(Arcs[I].Source, 1), DSG_ExpandConstantTry(Arcs[I].Output, 1), '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
end;
|
and during decompression, if a batch run, the message in script.iss is showed