Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 13-09-2012, 10:06
Privat's Avatar
Privat Privat is offline
Registered User
 
Join Date: Apr 2011
Location: space
Posts: 55
Thanks: 120
Thanked 11 Times in 8 Posts
Privat is on a distinguished road
Quote:
Originally Posted by POOTERMAN View Post

Just a shame as someone else mentioned before that the options to install DirectX and Visual C++ etc are missing from the installer

UPDATE - if you can't see the options to install DirectX, Visual C++, GFWL etc it might be because you're runing a 32bit OS so change the 5 lines in setup.ini from 'Launch164=1' to 'Launch164=0' etc

Worked for me
This has been corrected me yesterday
do not mistake the one who does nothing
Reply With Quote
Sponsored Links
  #17  
Old 13-09-2012, 10:21
POOTERMAN's Avatar
POOTERMAN POOTERMAN is offline
Registered User
 
Join Date: Sep 2012
Location: UK
Posts: 17
Thanks: 5
Thanked 8 Times in 4 Posts
POOTERMAN is on a distinguished road
Quote:
Originally Posted by Privat View Post
This has been corrected me yesterday
do not mistake the one who does nothing

Ok so my changing the 5 lines in setup.ini from 'Launch164=1' to 'Launch164=0' I can now see the radio boxes on the installer screen to install DirectX, GFWL etc but none of the selected redists install after the game has finished installing!

Does anyone please know how to fix this?
Reply With Quote
  #18  
Old 13-09-2012, 11:36
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Interesting that both previous Batmans work except this one... OK try this, go to your setup.ini - LaucherSettings and overwrite:

Code:
[LauncherSettings]
InstallRedist=1

Launch1=DirectX
Launch164=1
Launch1BeforeInstall=1
LaunchCom1=redist\DXRedist\DXSetup.exe
LaunchArg1=

Launch2=Microsoft Visual C++ 2008 x86
Launch264=1
Launch2BeforeInstall=0
LaunchCom2=redist\vcredist_x86.exe
LaunchArg2=

Launch3=Games for Windows LIVE
Launch364=1
Launch3BeforeInstall=0
LaunchCom3=redist\gfwlivesetup.exe
LaunchArg3=

Launch4=.NET Framework 3.5
Launch464=1
Launch4BeforeInstall=0
LaunchCom4=redist\dotnetfx35.exe
LaunchArg4=

Launch5=AMD Dual-Core Optimizer 
Launch564=1
Launch5BeforeInstall=0
LaunchCom5=redist\AMD_DCOptSetup.exe
LaunchArg5=
Then make a folder in DVD1 folder and name it as 'redist'

After that, put all components to that folder.

Apply the conversion but DO NOT burn to DVDs.

Start the installation and check they're installing now or not.

It's not my conversion so i cant help you more, nevertheless, current one is using old system, which needs to be updated. Cheers.
Reply With Quote
  #19  
Old 13-09-2012, 12:13
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
change all Launchx64 lines to zero.
this option provides you the possibilty to enable/disable running the executable ONLY on a x64 system.
all those files are x86 files -> therefore everything 0.

dont forget to put those files to the main folder of DVD4.

Last edited by yener90; 13-09-2012 at 12:15.
Reply With Quote
  #20  
Old 13-09-2012, 14:02
POOTERMAN's Avatar
POOTERMAN POOTERMAN is offline
Registered User
 
Join Date: Sep 2012
Location: UK
Posts: 17
Thanks: 5
Thanked 8 Times in 4 Posts
POOTERMAN is on a distinguished road
Thanks guys for the help, really appreciate it - the problem with the initial setup is that the 'redists' will only get installed if you make a redists folder on DVD1 and NOT DVD4 - as REV0 explained.

This leaves the problem of there then not being enough room for the 'Redists' folder to fit on DVD1 as the redists folder on it's own is just over 400MB in size and the total size of DVD1 with the redists folder included is nearly 4.9GB which means it's over the size limit of a regular DVD

Any ideas PLEASE?

Last edited by POOTERMAN; 13-09-2012 at 14:44.
Reply With Quote
  #21  
Old 13-09-2012, 14:48
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by POOTERMAN View Post
Thanks guys for the help, really appreciate it - the problem with the initial setup is that the 'redists' will only get installed if you make a redists folder on DVD1 and NOT DVD4 - as REV0 explained.

This leaves the problem of their then not being enough room for the 'Redists' folder to fit on DVD1 as it goes over the size limit of a regular DVD

Any ideas please?
So you solved it ? Also to be sure, redist installed on DVD1 not in DVD4 right ?

Open Installerscript.iss, find this value:

DiskSliceSize=1556000000

Change it with:

DiskSliceSize=1380000000
Reply With Quote
  #22  
Old 13-09-2012, 15:26
POOTERMAN's Avatar
POOTERMAN POOTERMAN is offline
Registered User
 
Join Date: Sep 2012
Location: UK
Posts: 17
Thanks: 5
Thanked 8 Times in 4 Posts
POOTERMAN is on a distinguished road
Quote:
Originally Posted by REV0 View Post
So you solved it ? Also to be sure, redist installed on DVD1 not in DVD4 right ?

Open Installerscript.iss, find this value:

DiskSliceSize=1556000000

Change it with:

DiskSliceSize=1380000000

Thanks again REV0 -this mod means that the game now spans to 5 x DVD's right? Anyone else folowing this thread and REV0's instructions on how to get the installer working correctly will also need to re-modify the clean.bat file to move the new setup files to the correct DVD number etc.

REV0 Is there anyway you can think of to get this to fit to 4 DVD's instead of 5?

Would it also fit on to 2 x DVD9 if the "DiskSliceSize" was changed?

Last edited by POOTERMAN; 13-09-2012 at 15:36.
Reply With Quote
  #23  
Old 13-09-2012, 16:28
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by POOTERMAN View Post
Thanks again REV0 -this mod means that the game now spans to 5 x DVD's right? Anyone else folowing this thread and REV0's instructions on how to get the installer working correctly will also need to re-modify the clean.bat file to move the new setup files to the correct DVD number etc.

REV0 Is there anyway you can think of to get this to fit to 4 DVD's instead of 5?

Would it also fit on to 2 x DVD9 if the "DiskSliceSize" was changed?
Change compression level to 'lzma'. The current one:

Compression=none

Maybe it'll still fit to 4 DVD5s.

And yes, theoretically it can fit in 2 DVD9s. For this, increase slicesperdisk value in installerscript. Current one is 3, raise it to 6 or sometihng

Cheers
Reply With Quote
  #24  
Old 13-09-2012, 19:51
wit wit is offline
Registered User
 
Join Date: Jul 2012
Location: thailand
Posts: 414
Thanks: 1,980
Thanked 313 Times in 217 Posts
wit is on a distinguished road
i re-comversation work can change path
Thank You all men help for me
sorry i bad english
Reply With Quote
  #25  
Old 14-09-2012, 01:24
POOTERMAN's Avatar
POOTERMAN POOTERMAN is offline
Registered User
 
Join Date: Sep 2012
Location: UK
Posts: 17
Thanks: 5
Thanked 8 Times in 4 Posts
POOTERMAN is on a distinguished road
Spent hours last night trying to get this to fit on 4 x DVD but can't regardless of how many small or large files I make.

Managed to finally get it working and making it fit on to 2 x DVD9 by using lzma compression and DiskSliceSize=1110000000 and slicesperdisk=7.

Got to be better than having ot burn 5 DVD's!

Big thanks again to REV0 for the help along the way, cheers

Last edited by POOTERMAN; 14-09-2012 at 04:33.
Reply With Quote
  #26  
Old 15-09-2012, 10:53
Van Helsing's Avatar
Van Helsing Van Helsing is offline
Registered User
 
Join Date: Sep 2010
Location: Serbia
Posts: 19
Thanks: 13
Thanked 0 Times in 0 Posts
Van Helsing is on a distinguished road
@senseman, I have this game on one DVD9 (18GB). Is this conversion work on my DVD9? Thanks!
Reply With Quote
  #27  
Old 15-09-2012, 13:15
senseman's Avatar
senseman senseman is offline
Die Hard Member
 
Join Date: Oct 2008
Location: DERSİM
Posts: 675
Thanks: 104
Thanked 586 Times in 156 Posts
senseman is on a distinguished road
Quote:
Originally Posted by Van Helsing View Post
@senseman, I have this game on one DVD9 (18GB). Is this conversion work on my DVD9? Thanks!
yes,it works
Reply With Quote
  #28  
Old 15-09-2012, 14:23
sarmadi's Avatar
sarmadi sarmadi is offline
Registered User
 
Join Date: Jun 2011
Location: Planet Earth
Posts: 268
Thanks: 235
Thanked 45 Times in 35 Posts
sarmadi is on a distinguished road
So finally,is this conversion to 4xDVD5 or to5xDVD5??
Reply With Quote
  #29  
Old 15-09-2012, 14:47
Smurf Stomper's Avatar
Smurf Stomper Smurf Stomper is offline
Registered User
 
Join Date: Feb 2007
Location: EU
Posts: 118
Thanks: 0
Thanked 10 Times in 8 Posts
Smurf Stomper is on a distinguished road
made my own little installer, it's 2x DVD9 & plays a slideshow during the process. Fit everything easily on lzma/fast for a good trade between installation file size & speed.
Reply With Quote
  #30  
Old 16-09-2012, 04:56
Van Helsing's Avatar
Van Helsing Van Helsing is offline
Registered User
 
Join Date: Sep 2010
Location: Serbia
Posts: 19
Thanks: 13
Thanked 0 Times in 0 Posts
Van Helsing is on a distinguished road
Thumbs up

Quote:
Originally Posted by senseman View Post
yes,it works
Tested, it's works. Thanks a lot! Cheers!
Reply With Quote
Reply


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
Dungeon Siege 2 NoCD-Crack -> download inside Andre2779 PC Games 27 24-06-2007 02:35
Biggest *system* game of the year Quall999 General Gaming 11 04-11-2004 04:11
NOLF Game of the Year No-CD Pope Elmo PC Games 2 20-12-2001 23:29



All times are GMT -7. The time now is 03:17.


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