IT'S ALIVE!!!
Ahem... What I meant was...
It works. Compiled, made .iso files and installed it successfully.
Windows 7 x86
Sizes of .iso files:
DVD1 - 4,37 GB (4.695.173.120 bytes)
DVD2 - 4,33 GB (4.650.102.784 bytes)
DVD3 - 4,14 GB (4.449.513.472 bytes)
There was one setback. First compile made the conversion create one
Setup-4a.bin file with 150-ish MB in size. Using in consideration that structure of DVD3 was just enough to take all space of the disk with adding the Redist folder, there was no enough space to push that .bin file onto 3rd DVD so I had to change the size of the slice sizes. So...
If anyone encounters the problem where your compiler makes
Setup-4a.bin with approx 150MB in size, change
Code:
DiskSliceSize=1500000000
to
Code:
DiskSliceSize=1550000000
and re-compile.
Once again, thanks for this, @
REV0.