View Single Post
  #2  
Old 18-03-2009, 05:36
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
World in Conflict: Complete Edition (1 Language DVD9 to 2xdvd5)

1- Make temp folders:

'temp\Wic_1'
'temp\Wic_2'

2-From dvd9:

Copy all content to 'temp\Wic_1'

3-remove from:

'temp\Wic_1\wic\ldata' all folders except your language folder & 'All' folder.
'temp\Wic_1\wicsa\ldata' all folders except your language folder & 'All' folder.
'temp\Wic_1\wic\support' all folders except your language folder.
'temp\Wic_1\wicsa\support' all folders except your language folder.

4-Extract & overwrite all content of 'WIC_CE.rar' to 'temp\Wic_1\Wic'

5-Launch repack.bat & wait...

6-Remove manually empty 'temp\Wic_1\wic' folder

7-Create autorun.inf ('temp\Wic_2'):

Code:
[autorun]  
open=0 
icon=wicsa\Icon.ico
8-Create autorun.inf ('temp\Wic_1'):

Code:
[autorun]  
open=Setup.exe 
icon=Icon.ico
9-Edit both setup.ini in 'temp\Wic_1\' & 'temp\Wic_2\wicsa' under [Languages] label:

from

[Languages]
Default=0x0009
count=5
key0=0x0009
key1=0x040c
key2=0x0007
key3=0x0010
key4=0x000a

to (for English)

[Languages]
Default=0x0009
count=1
key0=0x0009

to (for French)

[Languages]
Default=0x040c
count=1
key0=0x040c

to (for Italian)

[Languages]
Default=0x0010
count=1
key0=0x0010

to (for Spanish)

[Languages]
Default=0x000a
count=1
key0=0x000a

to (for German)

[Languages]
Default=0x0007
count=1
key0=0x0007

Edit setup.ini in 'temp\Wic_1\' change CheckMD5=Y to CheckMD5=N

10-Burn or make ISOs with same label 'WiC SA'

dvd1 folder tree structure:

Code:
|   Autorun.inf
|   ISSetup.dll
|   Icon.ico
|   _setup.dll
|   data1.cab
|   data1.hdr
|   data2.cab
|   layout.bin
|   setup.exe
|   setup.ini
|   setup.inx
|   setup.isn
|   wic.mcl
|   wicmce.png
|   
+---bin
|       wic.exe
|       
\---support
    \---YOUR LANGUAGE FOLDER
            EULA.rtf
            readme.txt
            update_notes.txt
dvd2 folder tree structure:

Code:
|   Autorun.inf
|   data3.cab
|   
+---bin
|       binkw32.dll
|       dbghelp.dll
|       mss32.dll
|       wic.exe
|       wic_ds.exe
|       wic_online.exe
|       
+---directx9
|       APR2007_d3dx10_33_x86.cab
|       APR2007_d3dx9_33_x86.cab
|       APR2007_xinput_x86.cab
|       DEC2006_d3dx10_00_x86.cab
|       DSETUP.dll
|       DXSETUP.exe
|       OCT2006_d3dx9_31_x86.cab
|       dsetup32.dll
|       dxdllreg_x86.cab
|       dxnt.cab
|       dxupdate.cab
|       
+---ldata
|   |   langid.txt
|   |   
|   +---All
|   |       wicloc12.sdf
|   |       
|   \---YOUR LANGUAGE FOLDER
|           wic21.sdf
|           wicloc11.sdf
|           wicloc26.sdf
|           wicloc31.sdf
|           wicloc36.sdf
|           wicloc41.sdf
|           wicloc46.sdf
|           
+---support
|   \---YOUR LANGUAGE FOLDER
|           EULA.rtf
|           readme.txt
|           update_notes.txt
|           
\---wicsa
    |   Autorun.exe
    |   Autorun.inf
    |   ISSetup.dll
    |   Icon.ico
    |   _setup.dll
    |   autorun.sdf
    |   data1.cab
    |   data1.hdr
    |   data2.cab
    |   layout.bin
    |   setup.exe
    |   setup.ini
    |   setup.inx
    |   setup.isn
    |   wic.mcl
    |   wicmce.png
    |   
    +---bin
    |       laptopgamingvista.dll
    |       laptopgamingxp.dll
    |       madhoc.dll
    |       madhocvista.dll
    |       wic.exe
    |       wic_ds.exe
    |       wic_online.exe
    |       
    +---ldata
    |   |   langid.txt
    |   |   
    |   +---All
    |   |       wicloc63.sdf
    |   |       
    |   \---YOUR LANGUAGE FOLDER
    |           autoloc.sdf
    |           wicloc61.sdf
    |           wicloc62.sdf
    |           
    \---support
        \---YOUR LANGUAGE FOLDER
                EULA.rtf
                Manual.pdf
                readme.txt

DVD1 size 2.01 gb
DVD2 size 3.95 gb
Attached Files
File Type: rar WIC_CE.rar (444.9 KB, 448 views)

Last edited by peterf1999; 19-03-2009 at 12:11.
Reply With Quote