View Single Post
  #24  
Old 10-06-2017, 03:24
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
you can't extract arc files compressed using external compressor without having properly defined "arc.ini" unless you have the cls
and also when using ISDONE for extraction you have to explicitly define where the arc.ini is (see red part)
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\arc.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;

i don't think there is a CLs for reflate, so your arc.ini should contain a section for reflate decompression
Reply With Quote
The Following User Says Thank You to Gupta For This Useful Post:
MM32 (10-06-2017)