FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Borderlands DVD9 to 2xDVD5 (https://fileforums.com/showthread.php?t=88222)

Umness 26-10-2009 02:39

here is the filelist


Code:

Directory of E:\

Name                                                      Size  Date/Time     

Eula                                                  <DIR>    2009.09.22 16:06
Prerequisites                                        <DIR>    2009.09.22 16:06
Readme                                                <DIR>    2009.09.22 16:06
Res                                                  <DIR>    2009.09.22 16:06
Autorun.inf                                              50 b  2009.09.14 23:52
Borderlands.ico                                          37 kb  2009.09.17 02:42
Instmsi3.exe                                          2.525 kb  2009.09.22 16:25
Launcher.exe                                          1.629 kb  2009.09.22 15:02
Setup.exe                                                62 kb  2009.09.22 16:25
Setup.ini                                            1.053 b  2009.09.22 16:25
Setup.msi                                            1.123 kb  2009.09.22 16:25
Setup_French.msi                                      1.122 kb  2009.09.22 16:25
Setup_German.msi                                      1.118 kb  2009.09.22 16:25
Setup_Italian.msi                                    1.123 kb  2009.09.22 16:25
Setup_Spanish.msi                                    1.120 kb  2009.09.22 16:25
Setup10.cab                                            599 Mb  2009.09.22 16:22
Setup11.cab                                            567 Mb  2009.09.22 16:24
Setup12.cab                                            278 Mb  2009.09.22 16:25
Setup2.cab                                              587 Mb  2009.09.22 16:07
Setup3.cab                                              564 Mb  2009.09.22 16:09
Setup4.cab                                              528 Mb  2009.09.22 16:11
Setup5.cab                                              599 Mb  2009.09.22 16:13
Setup6.cab                                              582 Mb  2009.09.22 16:14
Setup7.cab                                              589 Mb  2009.09.22 16:16
Setup8.cab                                              596 Mb  2009.09.22 16:19
Setup9.cab                                              598 Mb  2009.09.22 16:20

26 files, 6.103 Mb


can anyone make a 1 DVD5 tutorial for multi or only one language (german)??

peterf1999 27-10-2009 08:05

4 Attachment(s)
Borderlands Multi 5 (DVD9 to 2xDVD5)
Install sequence DVD1-DVD2-DVD1

1) Create temp folders

'BORDERLANDS_1'
'BORDERLANDS_2'

2) Copy DVD9 contents to 'BORDERLANDS_1'

3) Move Setup5.cab-Setup11.cab to 'BORDERLANDS_2'

4) Copy Borderlands.ico from 'BORDERLANDS_1' to 'BORDERLANDS_2'

5) Create autorun.inf in 'BORDERLANDS_2':

Code:

[autorun]
open=0
icon=Borderlands.ico

6) Extract 'Borderlands.7z' contents to 'BORDERLANDS_1'

7) Open MSIs files (one at a time) with orca or appeditor, import & replace all tables (Tables.7z) and then save overwriting the MSI file

Attachment 1239

8) Burn or make ISOs with same labels name of temp folders

Note: Shortcut table for XP users, on Win 7 & Vista the game's installer doesn't use it
(However, even Win 7 & Vista users can use it if they want)

ch2rom 28-10-2009 10:58

@peterf1999: work perfect, I like Setup13.cab, Setup14.cab

matucaballito 28-10-2009 11:37

peter1999: It works ok, very ingeniously it of the Setup13.cab, Setup14.cab
:)
sorry my bad english, I use translator

pakrat2k2 29-10-2009 10:14

Quote:

Originally Posted by Smurf Stomper (Post 379003)
This game has the interesting and somewhat annoying copy protection feature of launching a check for the original dvd at the end of the install of the game, making a 2x dvd5 backup... difficult. Has anyone found a way to disable the launching of the little .exe file that contains the check, via editing the install file(s)? If so, could you share what you did? Thanks!

goto peter's conversion.. he has the fixed tables files that allow the cracked file to be installed during installation. You can look at his 'altered' tables files and see whats different in them from originals ( using orca ). If i remember correctly there is securom check in one of the tables.

have fun... its already been done for you by peter'

rafaelmiglio 29-10-2009 11:56

Thankz peterf1999.
Works perfectly!

peterf1999 02-11-2009 02:35

Quote:

Originally Posted by napalmguy (Post 379187)
peterf1999 if you can tell me plz how to repack these installshield cabs?

http://www.cd-2-dvd.com/modules.php?...ewtopic&t=1095

peterf1999 06-11-2009 08:00

Quote:

Originally Posted by kingennio (Post 379392)
there's a very simple way to avoid this without including the cracked exe as in peter's conversion. Open all msi files with Orca and go to the CustomAction table. Then set the type colum of the actions named RCDecrypt* from 3090 to 3154. This has the effect of ignoring the return code of the action and thus avoiding the main installer rollback even if the related SecuRom check is aborted by the user by hitting Cancel.
http://img214.imageshack.us/img214/2...maction.th.jpg
I've also split the iso into 2 DVD5 with the installation sequence being DVD1->DVD2 (no need to reinsert DVD1). I've just used SND's conversion but with setup12.cab in DVD2 and obviously modifying the MEDIA table and putting setup12.cab on the second disc.

If you remove those custom actions the game explorer's shortcut on vista/win 7 will not be created for current user/all users.
You will have to manually create a shortcut to launch the game... its not a good thing ;)

kingennio 09-11-2009 05:29

Quote:

Originally Posted by peterf1999 (Post 379401)
If you remove those custom actions the game explorer's shortcut on vista/win 7 will not be created for current user/all users.
You will have to manually create a shortcut to launch the game... its not a good thing ;)

you're right, I didn't tested on Win7/Vista. But again there's a simple solution for that too: go in the InstallExecuteSequence table and navigate to the CreateShortcuts action and remove the condition "VersionNT<600" leaving it blank instead. In fact, the condition VersionNT<600 creates the shortcuts only if Windows is XP or lower. By removing it the shortcuts are always created. Tried and tested.

peterf1999 09-11-2009 06:21

Quote:

Originally Posted by kingennio (Post 379532)
you're right, I didn't tested on Win7/Vista. But again there's a simple solution for that too: go in the InstallExecuteSequence table and navigate to the CreateShortcuts action and remove the condition "VersionNT<600" leaving it blank instead. In fact, the condition VersionNT<600 creates the shortcuts only if Windows is XP or lower. By removing it the shortcuts are always created. Tried and tested.

I known, and game explorer shortcut on vista & win 7?

Diesel420 12-11-2009 13:32

peterf1999's method works flawlessly. XP user here. shortcut in msi files works great. thanks

kyrotech 21-11-2009 00:36

Quote:

Originally Posted by peterf1999 (Post 378906)
Borderlands Multi 5 (DVD9 to 2xDVD5)
Install sequence DVD1-DVD2-DVD1

Thank you my friend works tested Windows Experience and Windows Seven

:rolleyes:

thanhbun 27-11-2009 00:49

THANKS Peterf1999... IT'S WORK 100%...

spleck 16-12-2009 20:46

Thx for this conversion . I have installed french version of the game ,, Works number 1.


:)

lines 28-04-2011 06:29

its works thanx


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

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