View Single Post
  #825  
Old 03-08-2014, 05:35
ZeD1818 ZeD1818 is offline
Registered User
 
Join Date: Aug 2014
Location: Home
Posts: 9
Thanks: 5
Thanked 0 Times in 0 Posts
ZeD1818 is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
ZeD1818
Code:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
you have to edit these..total must be 100 ( but your total should be like 150, i dont understand why it is 160 :O)

if there are 2 archive then you have to put 50+50

3 archive mean 1st archive 34 + 2nd archive 33 + 3rd archive 33 = total 100

try to change it and check

i hope you understand my english
Actually my setup get complete at 200% while using the code mention above |

Thanks for your help now I can get a 100% complete ratio

Last edited by ZeD1818; 03-08-2014 at 06:25.
Reply With Quote