View Single Post
  #3  
Old 15-04-2016, 21:28
mcc26 mcc26 is offline
Registered User
 
Join Date: Jan 2016
Location: Indonesia
Posts: 20
Thanks: 0
Thanked 2 Times in 2 Posts
mcc26 is on a distinguished road
Buat 2 Folder sebelum mem-split menjadi bin... dan juga Script ini :

if not ShowChangeDiskWindow ('Mohon Masukan DVD untuk melanjutkan...', ExpandConstant('{src}'),'Setup-1.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

if not ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', 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;

if not ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', ExpandConstant('{src}'),'Setup-3.bin') then break;

if not ISArcExtract ( 0, 00, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Reply With Quote
The Following User Says Thank You to mcc26 For This Useful Post:
inatha3 (23-04-2016)