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