View Single Post
  #11  
Old 23-08-2013, 05:19
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 3,660
Thanks: 5,737
Thanked 10,212 Times in 2,705 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by prudislav View Post
Just wanna ask which DiskSliceSize use to minimize free disk space on both DVD5 and DVD9, and usage of DVD9/5 would be choosed just by different SlicesPerDisk. (1550000000 lefts too much free disk space on DVD9)

Example situation: 20GB and want to do it on 1xDVD9 and 3xDVD5
Valid values:
262144 through 2100000000, or max
Default value:
max (2100000000)

Description:
This specifies the maximum number of bytes per disk slice (SETUP-*.BIN file). Normally, this should be set to the total number of bytes available on the disk media divided by the value of the SlicesPerDisk [Setup] section directive, which defaults to 1.

This directive is ignored if disk spanning is not enabled using the DiskSpanning [Setup] section directive.

To optimally fill 4.7 GB recordable DVDs, use:

SlicesPerDisk=3
DiskSliceSize=1566000000
To optimally fill 8.5 GB (dual-layer) recordable DVDs, use:

SlicesPerDisk=5
DiskSliceSize=1708200000
To optimally fill 700 MB (80-minute) recordable CDs, use:

SlicesPerDisk=1
DiskSliceSize=736000000
To optimally fill 1.44MB floppy disks, use:

SlicesPerDisk=1
DiskSliceSize=1457664

source: Inno setup help file DiskSlizeSize
Reply With Quote