Tron Evolution DVD9 - 2 DVD5 conversion
Install the game from DVD9
Copy all file form Crack folder & patse to X:\Disney Interactive Studios\Tron Evolution\Binaries\Win32Live ( Overwrite )
Make folder Support in X:\Disney Interactive Studios\Tron Evolution
Copy file gfwlivesetup.exe , PhysX_9.10.0129_SystemSoftware.exe & folder directx from DVD9 to folder Support
Download & copy vcredist_x86.exe to folder Support
Code:
http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
Download & install software Innosetup 5.4.0
Code:
http://www.jrsoftware.org/download.php/is.exe
Run inosetup -> Create a new script file using ... -> OK -> next
* Application name :Tron Evolution
* Application version : 1.0
* Application publisher : Disney Interactive Studios
* Application webstie : empty
Next -> Application folder name : Disney Interactive Studios\Tron Evolution
Next -> Application main executable file -> Browser to X:\Disney Interactive Studios\Tron Evolution\Binaries\Win32Live\GridGameLauncherc.exe
-> Add folder -> Browser to X:\Disney Interactive Studios
Next -> check box create an Uninstall icon in the Start menu folder
Next -> next -> Languages -> select all -> next
* Custom compiler output folder -> Bowser driver Y:\ Folder you want make
* Custom Setup icon file -> bowser to X:\Disney Interactive Studios\Tron Evolution\ICONS\tron.ico
Next -> Finish -> Would you like to complie the new script now -> choose No
Download Tron Evolution.iss example :
Code:
http://www.mediafire.com/?awbl89zq7arr7be
Open Tron Evolution.iss with Innosetup and copy the row to your new script:
Code:
Compression=none
DiskSpanning=yes
DiskSliceSize=1550000000
SlicesPerDisk=3
Code:
[Registry]
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios\tr2npc; ValueName: GamePath; ValueType: String; ValueData: {app}\Tron Evolution\\Binaries\Win32Live\GridGameLauncher.exe; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios\tr2npc; ValueName: InstallPath; ValueType: String; ValueData: {app}\Tron Evolution\\Binaries\Win32Live; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios\tr2npc; ValueName: Language; ValueType: String; ValueData: EN; Flags: uninsdeletekey
Code:
[Icons]
Name: "{group}\Disney Interactive Studios"; Filename: "{app}\Tron Evolution\Binaries\Win32Live\GridGameLauncherc.exe"
Name: "{commondesktop}\Tron Evolution"; Filename: "{app}\Tron Evolution\Binaries\Win32Live\GridGameLauncherc.exe"; Tasks: desktopicon
[Run]
Filename: {app}\Tron Evolution\Support\PhysX_9.10.0129_SystemSoftware.exe; Parameters: /quiet;
Filename: {app}\Tron Evolution\Support\directx\DXSETUP.exe; Description: {cm:LaunchProgram,DirectX}
Filename: {app}\Tron Evolution\Support\vcredist_x86.exe; Description: {cm:LaunchProgram,Microsoft visual C++}
Filename: {app}\Tron Evolution\Support\gfwlivesetup.exe; Description: {cm:LaunchProgram,Game For Windows Live}
Filename: "{app}\GridGameLauncher.exe"; Description: "{cm:LaunchProgram,Disney Interactive Studios}"; Flags: nowait postinstall skipifsilent
And press Run -> Finish
Make folder DVD1 & DVD2
Cut file setup.exe setup-1a.bin, setup-1b.bin, setup-1c.bin to DVD1
Copy file AUTORUN.INF & folder icons form DVD 9 to DVD 1, open file AUTORUN.INF with notepad & edit :
Code:
[autorun]
OPEN=setup.exe
ICON=Icons\tron.ico
Cut file setup-2a.bin, setup-2b.bin, setup-2c.bin, setup-3a.bin ( If have) to DVD2
Copy file AUTORUN.INF & folder icons form DVD 9 to DVD 2, open file AUTORUN.INF with notepad & edit :
Code:
[autorun]
OPEN=0
ICON=Icons\tron.ico
Burn DVD 1,2 with any label
The size DVD 1 is 4.32Gb
The size DVD 2 is 4.33Gb
Install Sequence DVD1 - DVD 2 - Finish & Play
I'm tested and working on Windows XP Sp3 & Windows 7 32bit
NOTE : You cant edit Compression is none = lzma/fast , lzma2/normal if you want the size is small
Sorry if my english bad