View Single Post
  #2  
Old 25-07-2013, 10:06
rxlord rxlord is offline
Registered User
 
Join Date: Jul 2013
Location: india
Posts: 49
Thanks: 10
Thanked 16 Times in 13 Posts
rxlord is on a distinguished road
downloading

ok i have created two setuo1 and 2.bin they are in \Kurutucu Compressor\data folder
now i deleted all lines from archives.ini and added
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 ('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;
now what i have to do to compile my installer
Reply With Quote