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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30-06-2014, 07:10
gabrieltr's Avatar
gabrieltr gabrieltr is offline
Registered User
 
Join Date: Jun 2014
Location: Turkey
Posts: 20
Thanks: 10
Thanked 18 Times in 4 Posts
gabrieltr is on a distinguished road
GRID Autosport 2xDVD5 Inno

Script by: yener90 / Setup theme by: gabrieltr


INSTRUCTIONS:

1. Go to installed game's folder and move common_redist folder to DVD2 rename is redist

2. Download the attachment below. Open installerscript.iss with Unicode version of INNO and change the following line according to your game's installed location:

Code:
#define ProgramFiles "C:\Program Files (x86)\Grid Autosport"
Start compile. Once it's finished;

3. Create 2 folders and name them as DVD1, DVD2 Move:

-Setup.cab, Setup.dll, Setup.exe, Setup.ico, Setup.ini to DVD1

Setup-1a.bin, -1b.bin -1C.bin files to DVD1
Setup-2a.bin -2b.bin-2c.bin files to DVD2



Code:
[autorun]
OPEN=0
ICON=Setup.ico
5. Now move _commonredist folder to DVD2
(_commonredist folder rename redist)


6. Burn them to DVDs, and enjoy

Setup Screens:




Attached Files
File Type: rar GRIDAUTO2XDVD5.rar (63.93 MB, 827 views)
Reply With Quote
The Following 6 Users Say Thank You to gabrieltr For This Useful Post:
houcine80 (04-07-2014), hungthinh225 (30-06-2014), Juggernautwill (30-06-2014), sarmadi (03-07-2014), sutikno (01-07-2014), wit (30-06-2014)
Sponsored Links
  #2  
Old 30-06-2014, 07:25
SilverSpeed SilverSpeed is offline
Registered User
 
Join Date: Jul 2007
Location: Belgium
Posts: 9
Thanks: 3
Thanked 2 Times in 2 Posts
SilverSpeed is on a distinguished road
Hi,

Thanks for the conversion but first I would like to ask if this one works with the HD res pack?
Reply With Quote
  #3  
Old 30-06-2014, 07:35
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,480
Thanks: 1,083
Thanked 7,096 Times in 2,692 Posts
KaktoR is on a distinguished road
I think so, because its internal compression of inno. but maybe not 2xdvd5.
Reply With Quote
  #4  
Old 30-06-2014, 07:56
gabrieltr's Avatar
gabrieltr gabrieltr is offline
Registered User
 
Join Date: Jun 2014
Location: Turkey
Posts: 20
Thanks: 10
Thanked 18 Times in 4 Posts
gabrieltr is on a distinguished road
Lossly Original Game don't worry
Yes Hd Game and videos.. !
Reply With Quote
  #5  
Old 30-06-2014, 08:06
SilverSpeed SilverSpeed is offline
Registered User
 
Join Date: Jul 2007
Location: Belgium
Posts: 9
Thanks: 3
Thanked 2 Times in 2 Posts
SilverSpeed is on a distinguished road
1. Go to installed game's folder and move common_redist folder to DVD2 rename is redist

This step is just to move the "_CommonRedist" folder out of the installed location? Because I dont see "common_redist" so I need to rename "_CommonRedist" just to "redist"?

Sorry it's not crystal clear explained to me.
Reply With Quote
  #6  
Old 30-06-2014, 08:42
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,036 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
@SilverSpeed

Just move the _CommonRedist folder to DVD2, then check setup.ini ( bottom ) for REDIST installations, just make sure they match.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
gabrieltr (30-06-2014)
  #7  
Old 30-06-2014, 09:08
SilverSpeed SilverSpeed is offline
Registered User
 
Join Date: Jul 2007
Location: Belgium
Posts: 9
Thanks: 3
Thanked 2 Times in 2 Posts
SilverSpeed is on a distinguished road
In setup.ini I see this at the bottom:

Code:
[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=redist\directx\DXSETUP.exe
LaunchArg1=/silent

Launch2=Visual C++ 2005 X86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=vcredist_x86.exe
LaunchArg2=/silent
And I renamed to folder to "redist"

Am I good now? Because I see the dirs not matching the ones in my DVD2/redist folder.
In my redist folder I have 2 maps: DirectX\Jun2010\DXSETUP.exe and vcredist\2010\vcredist_x86.exe

So I changed the last part into this:

Code:
[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=redist\DirectX\Jun2010\DXSETUP.exe
LaunchArg1=/silent

Launch2=Visual C++ 2005 X86
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=redist\vcredist\2010\vcredist_x86.exe 
LaunchArg2=/silent
This good?

Last edited by SilverSpeed; 30-06-2014 at 09:13.
Reply With Quote
  #8  
Old 30-06-2014, 09:14
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,036 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
again edit the Launcher settings to match your folder names. I would have just renamed the redist to _CommonRedist to match it properly. AND added in the folder
names so that they matched properly.

LaunchCom1={src}\_CommonRedist\Directx\Jun2010\DXS ETUP.exe

Launch2=Visual C++ 2010 X86
LaunchCom2={src}\_CommonRedist\vcredist\2010\vcred ist_x86.exe

the {src} needs to be there so it knows it from dvd, if it was {app}
then it would know its from game folder ( & would be run at end of extraction )

Last edited by pakrat2k2; 30-06-2014 at 09:19. Reason: added info
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
khokhan (30-06-2014), SilverSpeed (30-06-2014)
  #9  
Old 30-06-2014, 09:21
SilverSpeed SilverSpeed is offline
Registered User
 
Join Date: Jul 2007
Location: Belgium
Posts: 9
Thanks: 3
Thanked 2 Times in 2 Posts
SilverSpeed is on a distinguished road
Ok I think I got it ty pakrat2k2!
Reply With Quote
The Following User Says Thank You to SilverSpeed For This Useful Post:
pakrat2k2 (30-06-2014)
  #10  
Old 03-07-2014, 10:48
sied sied is offline
Registered User
 
Join Date: Jun 2013
Location: Indonesia
Posts: 153
Thanks: 215
Thanked 28 Times in 23 Posts
sied is on a distinguished road
background disk2 = prototype2 hehe...
but works.. win7 64bit
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
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Resident Evil Operation Raccoon City (2xDVD5 - Inno + Freearc) Fabioddq PC Games - CD/DVD Conversions 32 25-08-2014 18:35



All times are GMT -7. The time now is 10:21.


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