|
#13
|
||||
|
||||
|
Quote:
Code:
From Archive.ini You must type: ISArcExtract! Not ISPrecompExtract! (Precomp can't used extract about it! They will together from Arc it! I'm think...) For Precomp used it: Code:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Data_01.pcf') then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{src}\Data_01.pcf'), ExpandConstant('{app}\Data_01.bin'), true) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Data_02.pcf') then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{src}\Data_02.pcf'), ExpandConstant('{app}\Data_02.bin'), true) then break;
Code:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
PS: Code:
Don't used about the Precomp it! There have crash your installation's about it! Last edited by Carldric Clement; 04-10-2014 at 17:02. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| x2 1.1 @ gcw by razor...? | fastyslartbart | PC Games | 11 | 05-01-2004 14:28 |
| Hitman 2 razor crack | Eclipz | PC Games | 5 | 10-10-2002 11:38 |