Quote:
Originally Posted by foo8088
@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.