Quote:
Originally Posted by prudislav
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