|
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('raw2hif_dll.dll');
ExtractTemporaryFile('hif2raw_dll.dll');
-f is for fast verification of files, don't use it with -m2 option ; should only be used with -m1 option
Last edited by zouzouni; 30-12-2016 at 04:55.
|