View Single Post
  #6  
Old 28-12-2017, 19:07
RigelOrionis's Avatar
RigelOrionis RigelOrionis is offline
Registered User
 
Join Date: Nov 2016
Location: Espaņa
Posts: 5
Thanks: 10
Thanked 18 Times in 11 Posts
RigelOrionis is on a distinguished road
pakrat2k2
KaktoR

Sorry for the inconvenience, it works now. It was what he told me pakrat2k2.
The bin files with whom he had tried they were not good, with new ones it worked.
To decompress files bin leave it like that:
Code:
//////////////////////////////////////////// ACTIVATE TO EXTRACT FILES WITH EXTENSION ".arc" //////////////////////////////////////////////

    //if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\*.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    //  if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\Data2.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    // if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\Data3.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;


    ///////////////////////////////////////// ACTIVATE TO EXTRACT FILES WITH EXTENSION ".bin" //////////////////////////////////////////////

    if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    //  if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
    // if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\data3.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
pakrat2k2 and KaktoR thank you very much for your help. Kind regards.

To WOliveira:
This setup works with compressed files with the UltraArc 2.8.0.1, that you can download in this forum.
I use for compression: precomp 0.42 + srep + lzma.
If you want you can send me a private message to talk with me
Reply With Quote
The Following User Says Thank You to RigelOrionis For This Useful Post:
GonzaloM (07-02-2018)