View Single Post
  #67  
Old 20-10-2013, 12:04
Andrew90's Avatar
Andrew90 Andrew90 is offline
Registered User
 
Join Date: Jan 2009
Location: Italy
Posts: 30
Thanks: 1
Thanked 2 Times in 2 Posts
Andrew90 is on a distinguished road
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
Code:
Compression=none
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

Last edited by Andrew90; 21-10-2013 at 09:57.
Reply With Quote