|
|
|
#1
|
|||
|
|||
|
Using freearc 0.67
i select the all content of the main game folder, right click it, freearc add to archive in the compression method in the gui i use Code:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [External compressor:srep] ;options = l%d (minimal match length, default=512) header = 0 packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor recomp]header = 0 packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp decompression line in the script is Code:
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\*.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
![]() when i press ok i get ![]() i have included the arc.ini into the script with the line Code:
Source: Include\arc.ini; DestDir: {tmp}; Flags: dontcopy
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
|||
|
|||
|
precomp 043
srep 3.2 both copied to include folder i had no luck with precomp 042 and the older srep versions |
| The Following User Says Thank You to D4rkSp4wn For This Useful Post: | ||
y_thelastknight (26-05-2013) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |