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