View Single Post
  #8  
Old 26-10-2012, 10:22
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
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.
Reply With Quote