View Single Post
  #12  
Old 05-11-2012, 05:27
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by emor View Post
yes pakrat2k2 , i have the same size also at my computer but what i want to reach is if i compress a game and its over the size DVD5 , how can i control the size for example 4 GB each so it can fit on 2 DVD 5?
in the INNO script ( can be any ) look for lines

Code:
DiskSpanning=true
DiskSliceSize=1532000000
SlicesPerDisk=3
those determine the size of the output files when compiled, look in inno help for those lines to see what values they can be changed too.
Reply With Quote