View Single Post
  #2  
Old 23-09-2015, 06:07
kannasuki kannasuki is offline
Registered User
 
Join Date: Sep 2015
Location: Cochabamba
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
kannasuki is on a distinguished road
Quote:
Originally Posted by punchao View Post
if not ISArcExtract ( 0, 20, 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, 20, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue..', ExpandConstant('{src}'),'Data3.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4To Continue..', ExpandConstant('{src}'),'Data4.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 5 To Continue..', ExpandConstant('{src}'),'Data5.bin') then break;
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Thanks, but Data1-3 are DVD1 and 4-5 DVD2, i tried putting it like that but fails to change discs, this problem was only at the end
Reply With Quote