Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-12-2010, 23:56
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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
Reply With Quote
Sponsored Links
  #2  
Old 07-12-2010, 09:26
loveco2001 loveco2001 is offline
Registered User
 
Join Date: Oct 2007
Location: place in earth
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
loveco2001 is on a distinguished road
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
Attached Files
File Type: rar Tron.rar (340.8 KB, 333 views)

Last edited by loveco2001; 08-12-2010 at 06:00. Reason: thx tarzan_gk for notifying me :)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 04:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com