FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Isexec (ISdone) (https://fileforums.com/showthread.php?t=94505)

danswano 26-04-2013 09:57

What you mean? explain further please.

Pein46 26-04-2013 10:09

Change like this..

example:
Code:

    if ISDoneInit(ExpandConstant('{src}\records.inf'), $F777, Comps1,Comps2,Comps3, MainForm.Handle, {#NeedMem}, @ProgressCallback) then begin
      repeat
        ChangeLanguage('English');
        if not SrepInit('',512,0) then break;
        if not PrecompInit('',128,PCFVer) then break;
        if not FileSearchInit(true) then break;

        if not ISArcExtract    ( 0, 0, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
        if not ISSRepExtract  ( 0, 0, ExpandConstant('{app}\*.srep'),ExpandConstant('{app}\~data0000.pcf'), true) then break;
        if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\*.pcf'),    ExpandConstant('{app}\data.arc'), true) then break;
        if not ISArcExtract    ( 0, 0, ExpandConstant('{app}\data.arc'), ExpandConstant('{app}\'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;

Compile and run setup until finished.. then add records.inf(can be found on source folder) to your script

Code:

#define records
.
.
[Files]
Source: records.inf; DestDir: {tmp}; Flags: dontcopy

Compile and run setup again..

danswano 26-04-2013 10:15

The records.inf is already there and the percentage of the arc file extraction is fine, the problem is when the ogg decoding starts.
Did you set a percentage value for your isexec ogg decoding line?

Pein46 26-04-2013 10:17

no.. set to zero

danswano 26-04-2013 10:19

1 Attachment(s)
Got this error:


All times are GMT -7. The time now is 12:05.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com