nsExec::ExecToLog writes directly to the output window via windows messages (LVM_INSERTITEM to be exact). It cannot write to install.log for you whether you are in silent mode or not. Instead I would recommend using the ExecDos plug-in with a callback function and use LogText to write the output to install.log yourself.
Stu
|