View Single Post
  #3  
Old 01-09-2013, 08:37
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
Originally Posted by jksengko View Post
What is this problem during install ??


you do not have compressed the game .. so it does not work and you will need to activate the internal mode and disable the external mode


mi test is OK
% impost
Quote:
if not ShowChangeDiskWindow ('Please Insert Disk 1 To Continue..', ExpandConstant('{src}'),'data1.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'data2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\data2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

Last edited by sentinelks; 01-09-2013 at 11:55.
Reply With Quote