View Single Post
  #2  
Old 08-12-2011, 08:13
KillerOh's Avatar
KillerOh KillerOh is offline
Registered User
 
Join Date: Oct 2009
Location: Brazil
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
KillerOh is on a distinguished road
Thumbs down

Quote:
Originally Posted by hemamill View Post
yes i now
only i want to learn how to mange the size of each dvd from script
How about trying these lines:
Code:
DiskSpanning=yes
DiskSliceSize=1550000000
SlicesPerDisk=3
However, Inno's internal compression with "Disk Spanning" enabled has a limitation about how "big" each .CAB file can be (Max 2Gb if I remember), so don't replace the 3 in "SlicesPerDisk" for 1 nor change te value in "DiskSliceSize" to 4650000000 (3x1550000000).
BTW, these are the "optimum settings" for filling Single-layer DVDs as sugested in Inno's documentation.
BTW again, you can enable "freeArc" compression and do something like this AND reduce your backup for 2xDVD5 (But only one language, of course). HOW you'll do it, don't ask me.


Seriously, go to InnoSetup's documentation to know what to do. It was there all the time and even in Inno's site...

Last edited by KillerOh; 08-12-2011 at 08:16.