View Single Post
  #71  
Old 06-02-2014, 10:13
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
@The-revenge just delete preprocess file and recreate data3.
Next try to set bunch of files that can fit on DVD9 (probaly setup.exe, data1.cab, data2.cab, data3.cab).
Next create setup.ini next to setup.exe
Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:1;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:1;
FreeArcFile4=Data4.cab;DestDir:{app};Disk:2;
Reply With Quote