#1
|
|||
|
|||
Tron Evolution DVD9 - DVD5 conversion please
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-tr...on-for-pc.html Last edited by loveco2001; 05-12-2010 at 01:01. Reason: game release date |
Sponsored Links |
#2
|
||||
|
||||
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.
|
#3
|
||||
|
||||
Yep, this is the only way...
|
#4
|
|||
|
|||
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 Code:
http://www.jrsoftware.org/download.php/is.exe * 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 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 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 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 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 Last edited by thanhhung2810; 06-12-2010 at 22:53. |
#5
|
|||
|
|||
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. >,< |
#6
|
|||
|
|||
Edit , don't Overwite
|
#7
|
||||
|
||||
you can also remove the run entries IF you already have the software installed from other games
CHANGE Code:
[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 skipifsilentAnd press Run -> Finish Code:
[RUN] |
#8
|
||||
|
||||
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 Code:
[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 |
#9
|
|||
|
|||
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: compilerefault.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-ev...ames/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 Last edited by loveco2001; 08-12-2010 at 06:00. Reason: thx tarzan_gk for notifying me :) |
#10
|
|||
|
|||
Brillant thanhhung2810
and thanks for the tips using Inno |
#11
|
||||
|
||||
thanhhung2810 , par excellence
|
#12
|
||||
|
||||
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 |
#13
|
||||
|
||||
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. Last edited by pakrat2k2; 13-12-2010 at 19:23. Reason: add script file |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
X3 Terran Conflict | mondragon | PC Games - CD/DVD Conversions | 4 | 30-11-2018 12:49 |
Pro Soccer Evolution 2009 (DVD9 to 2x DVD5) | mondragon | PC Games - CD/DVD Conversions | 22 | 19-05-2012 05:08 |
Pro Evolution Soccer 2011 (DVD9 to 1x DVD5) GER-FRA *Multi 2* 1 LANGUAGE | 4tRUst | PC Games - CD/DVD Conversions | 3 | 08-11-2010 09:32 |
Pro Evolution Soccer 2011 (1x DVD9 to 2x DVD5) *GERMAN* | 4tRUst | PC Games - CD/DVD Conversions | 0 | 29-09-2010 15:42 |