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 09-10-2008, 11:27
ravd ravd is offline
Senior Member
 
Join Date: Nov 2007
Location: ???
Posts: 188
Thanks: 0
Thanked 9 Times in 9 Posts
ravd is on a distinguished road
Quote:
Originally Posted by chuckles9999 View Post
I followed Prepucij's text conversion above and it worked okay on SP3.
Does uninstall work?

Neverless there will be problems for people with media center windows using Prepucij's conversion. Corrupted installer when trying to copy mcewrapper.exe and they have to insert dvd1 again and start install progress, then it will skip already copied files and install correctly mcewrapper.exe and uninstall info at end of install.

So its better choice to make it conversion with install sequence 1-2-1 (less hassle for media center users)

Brothers in Arms: Hell's Highway (DVD9 to 2xDVD5) install sequence 1-2-1

1) Create DISK1 and DISK2 folders and copy DVD content to DISK1

2) Move these cabs to DISK2

main3.cab
main4.cab
main5.cab
main6.cab
main7.cab

3) Copy Autorun.exe and Autorun.inf to DISK2

4) Edit Autorun.inf in DISK2 and change Open=Autorun.exe to Open=0

5) Make folder for crack/patches into DISK1

6) Burn or make isos with labels of your choice

Burned and tested on Vista x86 Ultimate
Reply With Quote
Sponsored Links
  #17  
Old 10-10-2008, 01:08
powerful powerful is offline
Registered User
 
Join Date: Jun 2008
Location: lima
Posts: 41
Thanks: 74
Thanked 7 Times in 5 Posts
powerful is on a distinguished road
Quote:
Originally Posted by ravd View Post
Brothers in Arms: Hell's Highway (DVD9 to 2xDVD5) install sequence 1-2-1

1) Create DISK1 and DISK2 folders and copy DVD content to DISK1

2) Move these cabs to DISK2

main3.cab
main4.cab
main5.cab
main6.cab
main7.cab

3) Copy Autorun.exe and Autorun.inf to DISK2

4) Edit Autorun.inf in DISK2 and change Open=Autorun.exe to Open=0

5) Make folder for crack/patches into DISK1

6) Burn or make isos with labels of your choice

Burned and tested on Vista x86 Ultimate
Great job ravd, thnks. works 100%

install and uninstall work good.

Tested in windows xp sp 3
Reply With Quote
  #18  
Old 10-10-2008, 01:18
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
Quote:
Originally Posted by chipinoy View Post
Hi mondragon, thanks for all the awesome conversions...but could you help me out since i really find it hard to understand how to convert to 1dvd5.

maybe you could upload a .bat file to automatic conversion. ty
rathet not
1) install game from dvd9 [conversion tested for english only version]
2) download inno http://www.innosetup.com/isdl.php - isetup-5.2.3.exe
install in default place [not important where you install]
3) run inno inno compiler and choose new empty script [first option]
4) go to post [url]Brothers in Arms: Hell's Highway dvd9 to dvd5 eng - select script inside code and insert it into that empty new script
save that script in folder where you install game [for example use name nameofscript.iss]
\Brothers in Arms - Hell's Highway\
\nameofscript.iss

5) additional download icon and put in the same place where script exists
6) in inno compiler search for option compile [need 4gb space in that partition and few hours to finish]

7) after inno ends copiling you get new subfolder 'Output'
that folder is your new dvd5
8) copy to output:
folders Redist/support from dvd5
additional you can copy autorun.exe & autorun.inf
9) download compiled autoapplier nodvd http://fileforums.com/showpost.php?p...9&postcount=31
put it into \crack\ with nodvd biahh.exe
10) burn with any volumelabel

final version :
Code:
crack\
Redist\
Support\
setup*.*
setup.exe
autorun.exe
autorun.inf

Last edited by mondragon; 10-10-2008 at 05:25.
Reply With Quote
  #19  
Old 10-10-2008, 12:31
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
its rather for eng only but can be reedited for any language

edit script
from
Code:
source: ".\Brothers in Arms - Hell's Highway\*"; Excludes: "Brothers in Arms - Hell's Highway\SumacGame\Movies\*,*.bik"; DestDir: "{app}" ;  Flags: ignoreversion recursesubdirs createallsubdirs
source: ".\Brothers in Arms - Hell's Highway\SumacGame\Movies\*"; DestDir: "{app}\SumacGame\Movies\" ;Flags: ignoreversion nocompression recursesubdirs createallsubdirs
to
Code:
source: ".\Brothers in Arms - Hell's Highway\*"; DestDir: "{app}" ;  Flags: ignoreversion recursesubdirs createallsubdirs
from
Code:
Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Brothers in Arms - Hell's Highway"; ValueType: string; ValueName: InstallLang; ValueData: 1033
to
Code:
Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Brothers in Arms - Hell's Highway"; ValueType: string; ValueName: InstallLang; ValueData: 1036
http://documentation.installshield.c...dentifiers.htm

edit
what name of file u have in french version ?:
Support\Manual\Manual.pdf
Support\Readme.txt
Support\Register\Register.url

Last edited by mondragon; 10-10-2008 at 12:40.
Reply With Quote
  #20  
Old 10-10-2008, 13:20
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
Quote:
Originally Posted by mouradou View Post
\Support\Manual\Manual.pdf
\Support\Register\Register
\Support\LisezMoi.txt

these are files inside support folder

i tried to modify script whith the new ones but i got the same error
additional change
Code:
Name: "{group}\Readme"; Filename: "{app}\Support\Readme.txt"; WorkingDir: "{app}\"; IconFilename: "{app}\Support\Readme.txt"
to
Code:
Name: "{group}\Readme"; Filename: "{app}\Support\LisezMoi.txt"; WorkingDir: "{app}\"; IconFilename: "{app}\Support\LisezMoi.txt"
then you dont have installed game in folder
Brothers in Arms - Hell's Highway
or you put iss [script] in wrong place
Reply With Quote
  #21  
Old 10-10-2008, 13:30
mouradou mouradou is offline
Registered User
 
Join Date: Nov 2007
Location: tn
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
mouradou is on a distinguished road
you are absolutly right it was my mistake :
iss file must be outside the folder Brothers in Arms - Hell's Highway and not inside it that s it

thx mondragon i m compiling now and going to test for results
Reply With Quote
  #22  
Old 10-10-2008, 13:35
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
wait :P
before compile check shortcut for register iin start menu -probably need to change for french version
Reply With Quote
  #23  
Old 10-10-2008, 13:42
mouradou mouradou is offline
Registered User
 
Join Date: Nov 2007
Location: tn
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
mouradou is on a distinguished road
"C:\Program Files\Ubisoft\Gearbox Software\Brothers in Arms - Hell's Highway\Support\Register\Register.url"

thats the shortcut for register
Reply With Quote
  #24  
Old 10-10-2008, 23:54
topsecret's Avatar
topsecret topsecret is offline
Registered User
 
Join Date: Oct 2007
Location: United Arab Emirates
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
topsecret is on a distinguished road
Quote:
Originally Posted by ravd View Post
Does uninstall work?

Neverless there will be problems for people with media center windows using Prepucij's conversion. Corrupted installer when trying to copy mcewrapper.exe and they have to insert dvd1 again and start install progress, then it will skip already copied files and install correctly mcewrapper.exe and uninstall info at end of install.

So its better choice to make it conversion with install sequence 1-2-1 (less hassle for media center users)

Brothers in Arms: Hell's Highway (DVD9 to 2xDVD5) install sequence 1-2-1

1) Create DISK1 and DISK2 folders and copy DVD content to DISK1

2) Move these cabs to DISK2

main3.cab
main4.cab
main5.cab
main6.cab
main7.cab

3) Copy Autorun.exe and Autorun.inf to DISK2

4) Edit Autorun.inf in DISK2 and change Open=Autorun.exe to Open=0

5) Make folder for crack/patches into DISK1

6) Burn or make isos with labels of your choice

Burned and tested on Vista x86 Ultimate
Works Great on Windows vista x86 Home premium

Thanks a lot for your effort
__________________
[CENTER] :D
[/CENTER]
Reply With Quote
  #25  
Old 11-10-2008, 04:00
mouradou mouradou is offline
Registered User
 
Join Date: Nov 2007
Location: tn
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
mouradou is on a distinguished road
mondragon method is working for french conversion
thanx for the great effort
Reply With Quote
  #26  
Old 26-10-2008, 22:41
theimperatorum theimperatorum is offline
Registered User
 
Join Date: Jul 2005
Location: italy
Posts: 58
Thanks: 0
Thanked 4 Times in 4 Posts
theimperatorum is on a distinguished road
THE DVD9TODVD5 mondragon conversion work perfect for the italian version in XP32

Very very tanks
Reply With Quote
  #27  
Old 01-11-2008, 06:33
anabanana anabanana is offline
Registered User
 
Join Date: Nov 2007
Location: africa
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
anabanana is on a distinguished road
Quote:
Originally Posted by mouradou View Post
the dvd5 made if installation is on windows xp for exemple work on windows vista pls?
works great here on vista32
thank you mondragon, much appreciated
Reply With Quote
  #28  
Old 08-11-2008, 02:15
antobj antobj is offline
Registered User
 
Join Date: Nov 2008
Location: Bandung
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
antobj is on a distinguished road
@ravd, i've tried and it works OK. Install sequence 1-2-1. But, after I changed the disc to disc 2, and it continued to install, and then it prompted for "Disk 4", I inserted disk 1 and it continued and finished OK. Can you fix this? Thx.
Reply With Quote
  #29  
Old 08-11-2008, 02:47
ravd ravd is offline
Senior Member
 
Join Date: Nov 2007
Location: ???
Posts: 188
Thanks: 0
Thanked 9 Times in 9 Posts
ravd is on a distinguished road
Sorry it can't be fixed to ask "Disk 1" for second switch (i have tried), thats only small little detail problem. Those disk X prompts are determined how you put cab files.

main.cab main2.cab = Disk 1
main3.cab main4.cab = Disk 2
main5.cab main6.cab = Disk 3
main7.cab main8.cab = Disk 4
main9.cab = Disk 5
Reply With Quote
  #30  
Old 16-11-2008, 14:40
HBx2000 HBx2000 is offline
Registered User
 
Join Date: Sep 2007
Location: The Netherlands
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
HBx2000 is on a distinguished road
@prepucij: thx 4 making this so easy 2 understand...
(the screenshots, including the exact filesize)

i hope more people will follow this excellent example
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Brothers in Arms - Hell's Highway cdkiller PC Games - Protection List 0 24-10-2008 13:42
Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) Heretic666 PC Games - CD/DVD Conversions 6 26-12-2006 06:28
ParaWorld (DVD9 to 1x CD-R & 1x DVD5) OR (DVD9 to 1 DVD5) !HaGaR! PC Games - CD/DVD Conversions 11 25-10-2006 08:45



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


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