FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Brothers in Arms: Hell's Highway - (DVD9 TO DVD5) (https://fileforums.com/showthread.php?t=84939)

ravd 09-10-2008 11:27

Quote:

Originally Posted by chuckles9999 (Post 361894)
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

powerful 10-10-2008 01:08

Quote:

Originally Posted by ravd (Post 361896)
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

mondragon 10-10-2008 01:18

Quote:

Originally Posted by chipinoy (Post 361909)
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


mondragon 10-10-2008 12:31

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

mondragon 10-10-2008 13:20

Quote:

Originally Posted by mouradou (Post 361918)
\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

mouradou 10-10-2008 13:30

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

mondragon 10-10-2008 13:35

wait :P
before compile check shortcut for register iin start menu -probably need to change for french version

mouradou 10-10-2008 13:42

"C:\Program Files\Ubisoft\Gearbox Software\Brothers in Arms - Hell's Highway\Support\Register\Register.url"

thats the shortcut for register

topsecret 10-10-2008 23:54

Quote:

Originally Posted by ravd (Post 361896)
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 :D

Thanks a lot for your effort ;)

mouradou 11-10-2008 04:00

mondragon method is working for french conversion
thanx for the great effort

theimperatorum 26-10-2008 22:41

THE DVD9TODVD5 mondragon conversion work perfect for the italian version in XP32

Very very tanks

anabanana 01-11-2008 06:33

Quote:

Originally Posted by mouradou (Post 361913)
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

antobj 08-11-2008 02:15

@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.

ravd 08-11-2008 02:47

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

HBx2000 16-11-2008 14:40

@prepucij: thx 4 making this so easy 2 understand...
(the screenshots, including the exact filesize)

i hope more people will follow this excellent example


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

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