For a program with a really large number of small files (fritzing) I am trying to unpack a .zip file. This zip file is packed recursively and includes subdirectories.
Code: Alles auswählen
[Files_install_64]
copy -sx "%ScriptPath%\files\x64.zip" "$InstallDir64$"
I get this error in the log file:
Code: Alles auswählen
Error: copy of c:\opsi.org\tmp\decompr\bins\ to C:\Program Files\Fritzing\ not possible. CreateFile for reading, File Error No. 3 (The system cannot find the path specified.<)
https://svn.opsi.org/filedetails.php?re ... osfunc.pas
Somewhere around the first hit for 'archive'.
And this refers to https://svn.opsi.org/filedetails.php?re ... pinter.pas, and that file calls UNZIPD32.DLL to unzip..
Uh, so this is not going to work anytime soon? Or am I doing something wrong? (again
