|
|
|
#1
|
||||
|
||||
|
Can you help me make a setup file to extract them?
I Compression folder game with Freearc (No compression) ->Data.arc to Data.pcf ->Data.pcf to Data.srep ->Data.srep to Data.bin That my compression game. How to extract them??? |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
try with it for you archive files codes would be like this.. Code:
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Data.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ISSRepExtract ( 0, 0, ExpandConstant('{app}\Data.srep'),ExpandConstant('{app}\Data.pcf'), true) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data.pcf'), ExpandConstant('{app}\Data.arc'), true) then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{app}\Data.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
![]() sorry for my enlgish :P |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NASCAR The Game 2013 (inno setup script) | sentinelks | PC Games - CD/DVD Conversions | 28 | 08-09-2013 20:30 |
| FEAR 1.06 No CD | Faithless | PC Games | 82 | 02-10-2006 07:51 |
| WHat is the point??!!! | Quertas of Atlantis | General Gaming | 6 | 27-05-2006 22:35 |
| What? A pornography game? This game aren’t for me | Tie Wrap | XBox 360 Games | 9 | 19-04-2006 05:51 |
| Software to backup dvdps2 games | eastcoastguy | PS2 Games | 16 | 05-12-2002 09:53 |