View Full Version : Tron Evolution DVD9 - DVD5 conversion please
loveco2001
05-12-2010, 01:01
data2.cab - 7.160.416 kb
and that layout.bin trick not working anymore
Installshield version - 17.0.714 - and seems iscab support ended. :/
http://www.tothegame.com/pc-10106-tron-evolution-for-pc.html
peterf1999
05-12-2010, 11:42
Iscab is no longer available from the 2010 version, but iscab v15 still working with that version, unfortunately from version 17 (2011), iscab v15 no longer works because it has been added unicode support. :(
peterf1999
06-12-2010, 03:24
so i guess the only way is to repack the game directory after installation.....
Yep, this is the only way... ;)
thanhhung2810
06-12-2010, 21:12
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
http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe
Download & install software Innosetup 5.4.0
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 :
http://www.mediafire.com/?awbl89zq7arr7be
Open Tron Evolution.iss with Innosetup and copy the row to your new script:
Compression=none
DiskSpanning=yes
DiskSliceSize=1550000000
SlicesPerDisk=3
[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
[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.e xe; 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 :
[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 :
[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
StrayBullet
06-12-2010, 21:25
Brilliant guide thanhhung2810.
I only know how to use Inno setup with wizard mode. I always get problems with desktop icon for games that uses a launch window to start the game.
Hope more Gurus will post guides like these for us noobs to learn. >,<
thanhhung2810
06-12-2010, 21:37
did you mean this : Open Tron Evolution.iss with Innosetup and copy the row to your new script <<>> overwrite all the row in the Tron Evolution.iss you uploaded with this in your post ?? or just edited ?
Edit , don't Overwite
pakrat2k2
06-12-2010, 22:48
you can also remove the run entries IF you already have the software installed from other games
CHANGE
[Run]
Filename: {app}\Tron Evolution\Support\PhysX_9.10.0129_SystemSoftware.e xe; 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 skipifsilentAnd press Run -> Finish
CHANGE TO
[RUN]
AND if you have X64 system change the vcredist_x86.exe to vcredist_x64.exe.
pakrat2k2
06-12-2010, 23:56
the [RUN] sections has ERRORS!! - Cannot find file, You added the name of the folder after the {app} which is NOT needed. Also missed the folder path for GridGameLauncher.exe
CORRECTED
[Run]
Filename: {app}\Support\PhysX_9.10.0129_SystemSoftware.exe; Parameters: /quiet;
Filename: {app}\Support\directx\DXSETUP.exe; Description: {cm:LaunchProgram,DirectX}
Filename: {app}\Support\vcredist_x86.exe; Description: {cm:LaunchProgram,Microsoft visual C++}
Filename: {app}\Support\gfwlivesetup.exe; Description: {cm:LaunchProgram,Game For Windows Live}
Filename: "{app}\Binaries\Win32Live\GridGameLauncher.exe"; Description: "{cm:LaunchProgram,Disney Interactive Studios}"; Flags: nowait postinstall skipifsilent
loveco2001
07-12-2010, 09:26
Here is working script for DVD9 - 2xDVD5 conversion: Also add as attachment.
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{57D69816-C433-414D-B763-5356631BEB34}
AppName=Tron Evolution
AppVersion=1.0
;AppVerName=Tron Evolution 1.0
AppPublisher=Disney Interactive Studios
AppPublisherURL=http://www.disney.co.uk/tron/tron-evolution.jsp#/games/evolution
AppSupportURL=http://www.disney.co.uk/tron/tron-evolution.jsp#/games/evolution
AppUpdatesURL=http://www.disney.co.uk/tron/tron-evolution.jsp#/games/evolution
DefaultDirName={pf}\Disney Interactive Studios\Tron Evolution
DefaultGroupName=Disney Interactive Studios\Tron Evolution
LicenseFile=C:\Program Files\Disney Interactive Studios\Tron Evolution\README\LICENSE.rtf
InfoAfterFile=C:\Program Files\Disney Interactive Studios\Tron Evolution\README\readmeEN.txt
OutputDir=C:\Tron ------------> makedir and extract files in attachment to c:\Tron
OutputBaseFilename=Setup
SetupIconFile=C:\Program Files\Disney Interactive Studios\Tron Evolution\ICONS\tron.ico
WizardImageFile=C:\Tron\Tron2.bmp
WizardSmallImageFile=C:\Tron\Tron1.bmp
Compression=lzma/fast
DiskSpanning=true
DiskSliceSize=1550000000
SlicesPerDisk=3
WindowVisible=true
BackColor=clMaroon
BackColor2=clNavy
WizardImageBackColor=clSilver
WizardImageStretch=true
[Languages]
Name: english; MessagesFile: compiler:Default.isl
[Tasks]
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
[Registry]
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios\tr2npc; ValueName: GamePath; ValueType: String; ValueData: {app}\\Binaries\Win32Live\GridGameLauncher.exe; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios\tr2npc; ValueName: InstallPath; ValueType: String; ValueData: {app}\\Binaries\Win32Live; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios\tr2npc; ValueName: Language; ValueType: String; ValueData: EN; Flags: uninsdeletekey
[Files]
Source: C:\Program Files\Disney Interactive Studios\Tron Evolution\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: {group}\Tron Evolution; Filename: {app}\\Binaries\Win32Live\GridGameLauncher.exe; IconFilename: {app}\ICONS\tron.ico; WorkingDir: {app}
Name: {commondesktop}\Tron Evolution; Filename: {app}\Binaries\Win32Live\GridGameLauncher.exe; IconFilename: {app}\ICONS\tron.ico; WorkingDir: {app}; Tasks: desktopicon
Name: {group}\{cm:ProgramOnTheWeb,Tron Evolution}; Filename: http://www.disney.co.uk/tron/tron-evolution.jsp#/games/evolution
Name: {group}\{cm:UninstallProgram,Tron Evolution}; Filename: {uninstallexe}; IconFilename: {app}\ICONS\Uninstall.ico; WorkingDir: {app}
Name: {group}\Tron e-Manual; Filename: {app}\README\eManual.pdf; IconFilename: {app}\ICONS\Readme.ico; WorkingDir: {app}
[Run]
Filename: {app}\Support\PhysX_9.10.0129_SystemSoftware.exe; Parameters: /quiet
Filename: {app}\Support\directx\DXSETUP.exe; Description: {cm:LaunchProgram,DirectX}
Filename: {app}\Support\vcredist_x86_08.exe; Description: {cm:LaunchProgram,Microsoft visual C++}
Filename: {app}\Support\gfwlivesetup.exe; Description: {cm:LaunchProgram,Game For Windows Live}
Filename: {app}\Binaries\Win32Live\GridGameLauncher.exe; Description: {cm:LaunchProgram,Disney Interactive Studios}; Flags: nowait postinstall skipifsilent
hamsterchat
07-12-2010, 10:22
Brillant thanhhung2810
and thanks for the tips using Inno
thanhhung2810 , par excellence ;) :D
pakrat2k2
11-12-2010, 08:35
the line in registry section ( RED ) needs to be changed to IT
Root: HKLM; Subkey: SOFTWARE\Disney Interactive Studios\tr2npc; ValueName: Language; ValueType: String; ValueData: EN; Flags: uninsdeletekey
pakrat2k2
13-12-2010, 19:18
whose are you using ? thanhhung2810 or loveco2001
[Languages]
Name: Italian; MessagesFile: compiler: Italian.isl
and make sure that the italian.isl file is with the iss script file, no need for the others.
as for the read-only, before starting the conversion goto the installed game folder right-click properties and deselect read-only for all sub-folders.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.