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".