for
2xdvd9 conversion,
3: Copy following files from DVD9 to DVD2
Code:
DXRedist
AMD_DCOptSetup.exe
dotnetfx35.exe
gfwlivesetup.exe
vcredist_x86.exe
5: Open InstallerScript.iss in DVD1 folder using Inno Setup (Inno Setup unicode need to be installed on your system)
Correct the install directory "D:\Program Files (x86)\WB Games\Batman Arkham City GOTY" to your game installation path
and edit also :
Code:
DiskSliceSize=1566000000
SlicesPerDisk=3
to
Code:
SlicesPerDisk=5
DiskSliceSize=1700000000
and
to
Code:
Compression=lzma2/fast
then compile it (about 40min to compress)
6: After compile delete from DVD1
Code:
include,Langsymbols,Languages, InstallerScript.iss,Setup.ico,clean.bat
delete also DVD3 and DVD4 folders
DVD1=7,92gb
DVD2=7,88gb
thanks to Senseman