Quote:
Originally Posted by zouzouni
yes it can be extracted through ISArcExtract.... just add lines in your inno script to extract needed files before isarcextract starts!
eg: ExtractTemporaryFile('pZLib.exe');
ExtractTemporaryFile('raw2hiff_dll.dll');
ExtractTemporaryFile('hif2raw_dll.dll');
|
Those files are included and extracted after running the "setup.exe" ! Arc.ini too -->
unsupported compression pzlib.
It cant decompress the archive :
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\c1.dat'), ExpandConstant('{app}\'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
WTH ?!
Edit :
if not ISExec(0, 0, 0, ExpandConstant('{tmp}\arc.exe'), ExpandConstant('x -o+ -cfg"{tmp}\arc.ini" -w"{app}" -dp"{app}" "{src}\try.arc"'), ExpandConstant('{tmp}'), '...', False) then break;
Extract successul !
But ISArcExtract would be better....