Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-09-2016, 14:27
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
You check ...
Code:
[Languages]
Name: eng; MessagesFile: compiler:Languages\English.isl
You insert "english.ini" inside the "Files" folder ...english.rar ..

Insert the same name to be compiled ...
Code:
Source: "Files\english.ini"; DestDir: "{tmp}"; Flags: "dontcopy";
Same thing for the temporary extraction ...
Code:
ExtractTemporaryFile('english.ini');
Add this switch here written in red:
Code:
if ISDoneInit(ExpandConstant('{src}\records.inf'), $F777, Comps1,Comps2,Comps3, MainForm.Handle, {#NeedMem}, @ProgressCallback) then begin
        repeat
        case ActiveLanguage of
        'eng': ChangeLanguage('English');
        end;
          if not SrepInit(ExpandConstant('{app}'),512,0) then break;
          if not PrecompInit(ExpandConstant('{app}'),128,PCFVer) then break;
          if not FileSearchInit(true) then break;
          if not ISArcExtract    (0, 100, ExpandConstant('{src}\data.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
          if not ShowChangeDiskWindow ('bla bla bla.', ExpandConstant('{src}'),'data.arc') then break;
          FindHandle1:=ISFindFiles(0,ExpandConstant('{app}\*.ogg'),ColFiles1);
          ExecError:=false;
          while not ExecError and ISPickFilename(FindHandle1,ExpandConstant('{app}\'),CurIndex1,true) do begin
            InFilePath:=ISGetName(0);
            OutFilePath:=ISGetName(1);
            OutFileName:=ISGetName(2);
            ExecError:=not ISExec(0, 0, 0, ExpandConstant('{tmp}\oggdec.exe'), '"'+InFilePath+'" -w "'+OutFilePath+'"',ExpandConstant('{tmp}'),OutFileName,false);
          end;
          ISFindFree(FindHandle1);
          if ExecError then break;
          ISDoneError:=false;
        until true;
        ISDoneStop;
      end;
I simulated the same mistake that initially gave you ...



As you can read the error is written in Italian, because I translated the error line within the "English.ini" files in Italian.
Same thing you can do if you do not have file (*.ini) preconfigured in your language.

EDIT:The only thing that does not come back, that during installation I have not any progressbar in the task bar, as the picture you posted, maybe because I use w7.

Last edited by felice2011; 04-09-2016 at 15:41.
Reply With Quote
The Following 2 Users Say Thank You to felice2011 For This Useful Post:
ATL4NTYS (05-09-2016), knife16 (11-09-2016)
Sponsored Links
  #2  
Old 05-09-2016, 07:27
ATL4NTYS ATL4NTYS is offline
Registered User
 
Join Date: Oct 2013
Location: Czech Republic
Posts: 22
Thanks: 4
Thanked 2 Times in 2 Posts
ATL4NTYS is on a distinguished road
You are magic! thanx!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Masked Compression (Ultimate compression in one go) panker1992 Conversion Tutorials 661 13-05-2024 16:51
Compression Method AzPo Conversion Tutorials 6 14-07-2016 14:26
Easy Compression Tool (3 Step Method) alley_u2 Conversion Tutorials 36 22-05-2014 05:16
Best compression method? What is it? Dooddy21 PC Games - CD/DVD Conversions 2 06-01-2014 23:23



All times are GMT -7. The time now is 06:40.


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