View Single Post
  #58  
Old 30-12-2016, 04:40
zouzouni zouzouni is offline
Registered User
 
Join Date: Aug 2016
Location: France
Posts: 18
Thanks: 10
Thanked 24 Times in 10 Posts
zouzouni is on a distinguished road
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.
Reply With Quote