View Single Post
  #3  
Old 20-12-2011, 19:06
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by foo8088 View Post
@pakrat2k2 i already translate some to english , you can have a look .
http://www.mediafire.com/?dh8r5g4llx4dm44


if not ISArcExtract ( 1, 0, ExpandConstant('{src}\data1.x'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

if not ShowChangeDiskWindow ('please insert next disk and click ok', ExpandConstant('{src}'),'data2.x') then break;

if not ISArcExtract ( 3, 0, ExpandConstant('{src}\data2.x'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

until showchangediskwindow , it become russian , i hope someone can translate it to english
as the archives are small enough to BOTH fit on 1 dvd5 you need to change it to :

if not ISArcExtract ( 0, 0, ExpandConstant('{src}\*.x'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;

the other note is your original post it WAS for 2 languages ( ru/en ) Thats why it went 1,0 & 3,0 ( those were the components for RU. if EN would have been 2,0 & 4,0, IF the archives were too big for 1 dvd5 )

EDIT:

have the newest file you uploaded, will be correcting the errors, changing language to english, and fixing up images. Then will re-post back here for you.

Last edited by pakrat2k2; 20-12-2011 at 19:10. Reason: edit
Reply With Quote