Skip to content
⌘ NSIS Forum Archive

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

3 posts

Thermalcake#

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:
SetOverwrite on
SetDetailsPrint both
${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".
Thermalcake#
If you're asking about 7za - no. But I'm copying some files after that and this is logged.