#1
|
||||
|
||||
CIU arc.ini
Where to put ARC.INI in CIU so that we can decompress files that are compressed with srep+lzma etc.
|
Sponsored Links |
#3
|
||||
|
||||
Even after putting, I get this error.
![]() Last edited by Bilawal; 07-04-2015 at 03:37. |
#4
|
||||
|
||||
whats in your arc.ini file ?
|
#5
|
|||
|
|||
i have a feeling depending what CI version he is using he did not put "PrecompVer=inside" inside the Setup.ini.i have made that same mistake myself when learning to use the earlier versions on CI.
|
The Following User Says Thank You to mikey26 For This Useful Post: | ||
pakrat2k2 (07-04-2015) |
#6
|
||||
|
||||
![]() Quote:
And I only need to decompress/extract srep+lzma archves. Precomp is waste of time. Last edited by Bilawal; 07-04-2015 at 22:16. |
#7
|
|||
|
|||
Quote:
![]() |
#8
|
||||
|
||||
Quote:
![]() |
#9
|
|||
|
|||
can u send me link to complete script so i can have look.if u dont wanna to post your open script for everyone.
|
#10
|
||||
|
||||
Here is the script and I also PM it to you
Last edited by Bilawal; 08-04-2015 at 23:45. |
#11
|
|||
|
|||
please check the the "include" folder if the CLS-srep.dll and Unarc.dll and srep.exe in there cause thats the only other thing i can think of that would cause that error or the archive is damaged
|
#12
|
||||
|
||||
All there and also archive is not damaged(extracted with other scripts). I like CIU so, please anyway to extract srep+lzma script with it
|
#13
|
|||
|
|||
ok do this zip ur whole ciu directory and post it or send me a private pm with a link lets see what is going on with ciu.lets start with ur whole project from the start.that is going to be easier ok bud?
|
#14
|
||||
|
||||
Code:
;srep3.93 [External compressor:srep] ;options = l%d (minimal match length, default=512) header = 0 packcmd = srep {options} -m5f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp ;precomp043 [External compressor:precomp] header = 0 packcmd = precomp -intense -cn {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp ;lzma64 [External compressor:lzma] header = 0 packcmd = FreeArc-LZMA-x64 e lzma{:option} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = FreeArc-LZMA-x64 d lzma{:option} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp ;msc [External compressor:msc] header = 0 packcmd = msc c -v -t=4 {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp |
The Following User Says Thank You to kassane For This Useful Post: | ||
Simorq (28-04-2015) |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 23:43 |
How does arc.ini affects the compression? | rYL | PC Games | 0 | 16-09-2014 07:55 |