View Single Post
  #10  
Old 17-10-2014, 04:20
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
Ahh, okay. Then create a additional cab file with the two movie files inside on DVD1 next to sys.cab and zone.cab. You can create a Setup.ini with [ExtractSettings] next to Setup.exe for individual amount of cab files.

For example:
Code:
[ExtractSettings]
FreeArcFile1=sys.cab;DestDir:{app};Disk:1;
FreeArcFile2=zone.cab;DestDir:{app};Disk:1;
FreeArcFile3=movie.cab;DestDir:{app};Disk1; <-- new cab file with the two movie files inside
FreeArcFile4=movie1_us.cab;DestDir:{app};Disk:2;
FreeArcFile5=movie2_us.cab;DestDir:{app};Disk:3;
FreeArcFile6=movie3_us.cab;DestDir:{app};Disk:4;
FreeArcFile7=Data.cab;DestDir:{app};Disk:4;

Last edited by KaktoR; 17-10-2014 at 04:25.
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
prudislav (17-10-2014)