Archive: nsExec::ExecToLog doesn't work in 7zarchive.nsh


nsExec::ExecToLog doesn't work in 7zarchive.nsh
Hello!

I downloaded the 7zarchive.nsh header file (from here). I'm trying to extract all files to some directory with showing that in log. Of course extracting is working but it doesn't show progress in log window.

Here is a little fragment of code:

SetOverwriteon


SetDetailsPrintboth
${ExtractFromArchive}"data\data.7z""""$INSTDIR""fullpaths"""
Can somebody help? I think it's something with nsExec::ExecToLog in 7zarchive.nsh. It should write in log "Extracting... Somefile.exe".

Does it output anything after 7za has completed?

Stu


If you're asking about 7za - no. But I'm copying some files after that and this is logged.