View Single Post
  #125  
Old 11-03-2017, 16:14
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by danswano View Post
Hello,
I'm unable to unpack an arc file using pzlib+srep+lzma using ISDone although i've included these in my inno project:




arc.ini:


What am i missing here?
Thanks.
change like this;


ExtractTemporaryFile('arc.ini'); // your script probably doesnt have this line
ExtractTemporaryFile('pzlib.exe');
ExtractTemporaryFile('pzlib64.exe');
ExtractTemporaryFile('raw2hif_dll.dll');
ExtractTemporaryFile('raw2hif_dll64.dll');
ExtractTemporaryFile('hif2raw_dll.dll');
ExtractTemporaryFile('hif2raw_dll64.dll');
Reply With Quote
The Following User Says Thank You to hasandgn34 For This Useful Post:
danswano (11-03-2017)