FileForums

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

REV0 18-09-2012 00:50

Borderlands 2 (DVD9 to 2xDVD5) *INNO SETUP*
 
2 Attachment(s)
http://img600.imageshack.us/img600/6199/27828218.pnghttp://img7.imageshack.us/img7/9995/48475997.png

*Setup supports these languages: English, German, Italian, Spanish, Turkish, French, Russian, Portuegese, Polish, Japanese.

History

V1.00 - First Release
V1.01 - Conversion Updated to yener's latest CI including cryption system.
V1.02 - TextBG updated
V1.03 - Autorun modified
AFTER 68th Download:
V1.04 - More components added, game's exe file's place fixed, Current Release
AFTER 632th Download:

V1.05:

Added:Japanese, Polish, Portuguese support.
Fix: Songs from Game OST and Intro
Fix: Darker Small Installer background, red progress bar to see numbers better

Planned Updates:

Nothing so far


1. Go to installed game's folder and move redist folder to somewhere else.

2. Download the attachment below. Also download the fix, which contains fixed component names. Open installerscript.iss with Unicode version of INNO and change the following line according to your game's installed location:

Code:

#define ProgramFiles "E:\Program Files (x86)\2K Games\Gearbox Software\Borderlands 2"
Save it and compile.

3. Create 2 folders and name them as B2_1 B2_2. Move:

-Setup.cab, Setup.dll, Setup.exe, Setup.ico, Setup.ini, Autorun.exe to B2_1

All Setup*.bin* files to B2_1
All Setup*.bin* files to B2_2

4. Copy autorun.inf and Setup.ico files to all B2_* folders, edit autorun.inf like below except DVD1

Code:

[autorun]
OPEN=0
ICON=Setup.ico

5. Now move redist folder to B2_2.

6. Burn them to DVDs, and enjoy installer music pack during install.

Alternative: You can remove video.avi if want, in that case, you'll see only background, instead background and video.

http://img28.imageshack.us/img28/9787/64896677.png

http://img29.imageshack.us/img29/3488/69795490.png

http://img38.imageshack.us/img38/6157/68074093.png

http://img193.imageshack.us/img193/7830/72022972.png

http://img411.imageshack.us/img411/7543/28185461.png

http://img560.imageshack.us/img560/5599/90242022.png

Onizuka87k 18-09-2012 06:55

REV0, i love this setup :D It's AMAZING!
Can you please write down your final DVD's sizes? Thanks!

REV0 18-09-2012 07:05

I updated conversion:

Exe's location fixed and more components added.

I dont remember correctly the latest DVD sizes because i deleted it, i'm trying to put them in one DVD5 now :D But the second dvd wasnt more than 1gb, i remember that

wit 18-09-2012 19:29

Thanks REV0
Work on 7 x64

KaktoR 19-09-2012 12:51

Thx for this conversion, works fine so far under win7 x64.

Just one thing -

Can you dark down the smallinstaller a lil bit? Because font color (white and black) is not realy readable for me (white on yellow...).

REV0 19-09-2012 12:52

Quote:

Originally Posted by KaktoR (Post 406770)
Thx for this conversion, works fine so far under win7 x64.

Just one thing -

Can you dark down the smallinstaller a lil bit? Because font color (white and black) is not realy readable for me (white on yellow...).

Will work on it ASAP, thanks for feedback

antohi 19-09-2012 14:31

after step 2 shouldn't be compiled in INNO?also after compilling shouldn't be run convert autorun todll.bat?
and also before the copnversion delete all the former uninstall files.Please mention these ste[ps

REV0 19-09-2012 14:43

UPDATE ON CONVERSION:


I updated setup to V1.05, following features added/fixed:

Added:Japanese, Polish, Portuguese support.
Fix: Songs from Game OST and Intro
Fix: Darker Small Installer background, red progress bar to see numbers better

For those who already made the conversion; download V1.05 and overwrite Setup.cab and Setup.ini only, no need to compile again. However, you will not see EULA (End User License Agreement, the part we never read on setups) during setup. That's all.


Quote:

Originally Posted by antohi (Post 406777)
after step 2 shouldn't be compiled in INNO?

Of course you'll compile it, i was surprised to see this question, anyway will write it.

Quote:

Originally Posted by antohi (Post 406777)
also after compilling shouldn't be run convert autorun todll.bat?

Not necessary.

Quote:

Originally Posted by antohi (Post 406777)
and also before the copnversion delete all the former uninstall files.

I never heard a problem about existing uninstall files. However, if you want move existing uninstall files to somewhere else. Compile and make the conversion then, move back your uninstall files to their actual places, to delete the original game later

I'm not writing this in the thread because people may get confused about it.

Maxgrilo 19-09-2012 22:52

Thanks REV0, Work on 7 x64.

powerful 20-09-2012 10:56

Thnks REVO, great job, good music & Video.

Tested on windows 7 64 bits.

Evil Boy 20-09-2012 18:13

Revo can you tell me code for adding video while game is installing!!Installer is simple I just want to add a video that starts when installation of Game starts!!

REV0 21-09-2012 03:59

Thanks for feedback everyone

Quote:

Originally Posted by Evil Boy (Post 406896)
Revo can you tell me code for adding video while game is installing!!Installer is simple I just want to add a video that starts when installation of Game starts!!

The code is included on yener's CI. Since i'm also using it, it cant give you specific code or info about it, since i'm not interested on infrastructure. Ask to yener about, he may help you better

Cheers

phill05 21-09-2012 04:51

OK, I just wanted to make the music longer. Thanks for the tip ;)

dar29 21-09-2012 05:14

Works fine in win 7 64 bit sp1.

supernoro 21-09-2012 06:07

great job revo good music & autorun
tested on Win 7 64, it works

ohnooo 27-09-2012 22:44

Great job, work fine on WIN 7 64bit sp1
THX

NTurky 28-09-2012 13:49

Hi REV0

I think your setup.ini has some typos.
Where it says:

LaunchCom5=redist\vcredist__x86.exe
Launch6=Visual C++ 2008 x86 SP1

I guess it should be:

LaunchCom5=redist\vcredist_2008_x86.exe
Launch6=Visual C++ 2010 x86 SP1

Thank you for your hard work.

REV0 28-09-2012 16:45

Quote:

Originally Posted by NTurky (Post 407300)
Hi REV0

I think your setup.ini has some typos.
Where it says:

LaunchCom5=redist\vcredist__x86.exe
Launch6=Visual C++ 2008 x86 SP1

I guess it should be:

LaunchCom5=redist\vcredist_2008_x86.exe
Launch6=Visual C++ 2010 x86 SP1

Thank you for your hard work.

I dont know why but this game has lots of components, even yener's script couldn't handle it so have to pass couple of them. Anyway, the correct one is this:

Code:

Launch6=Visual C++ 2010 x86 SP1
Launch664=0
Launch6BeforeInstall=0
LaunchCom6=redist\vcredist_x86_vs2010sp1.exe
LaunchArg6=/silent

If you already burned to DVD, it's not important, because filename is correct only title was wrong. Download the fix if you like

Cheers

NTurky 29-09-2012 08:48

Quote:

Originally Posted by REV0 (Post 407308)
I dont know why but this game has lots of components, even yener's script couldn't handle it so have to pass couple of them. Anyway, the correct one is this:

Code:

Launch6=Visual C++ 2010 x86 SP1
Launch664=0
Launch6BeforeInstall=0
LaunchCom6=redist\vcredist_x86_vs2010sp1.exe
LaunchArg6=/silent

If you already burned to DVD, it's not important, because filename is correct only title was wrong. Download the fix if you like

Cheers

I'm sorry, I don't speak english and because of that I wasn't very clear before.
There are 2 typos, the one you mentioned is only the name (not very important) but the line above, the exe is wrong. It says:

LaunchCom5=redist\vcredist__x86.exe

and should be:

LaunchCom5=redist\vcredist_2008_x86.exe

I already fixed it but mentioned it because it could be usefull to someone else. And to help your convertion to be 100% accurate.

REV0 29-09-2012 12:43

Quote:

Originally Posted by NTurky (Post 407336)
I'm sorry, I don't speak english and because of that I wasn't very clear before.
There are 2 typos, the one you mentioned is only the name (not very important) but the line above, the exe is wrong. It says:

LaunchCom5=redist\vcredist__x86.exe

and should be:

LaunchCom5=redist\vcredist_2008_x86.exe

I already fixed it but mentioned it because it could be usefull to someone else. And to help your convertion to be 100% accurate.

vcredist_x86 and vcredits_2008_x86 are identical. I fixed current one and deleted 'shift' so it looks like vcredist_x86.exe.

It should be ok

redetav 12-10-2012 08:38

Hi REV0, here gave this error when installing C + + 2005:
"Command line option syntax error. Type command /? for help"

All files are in the folder redist and installing the executable file, it installs normally, what could it be?

Thanks and sorry for the bad english.

REV0 12-10-2012 09:26

Quote:

Originally Posted by redetav (Post 407945)
Hi REV0, here gave this error when installing C + + 2005:
"Command line option syntax error. Type command /? for help"

All files are in the folder redist and installing the executable file, it installs normally, what could it be?

Thanks and sorry for the bad english.

As far as i remember, it's because C++ is not compatible with your OS, no deadly error here.

Joe Forster/STA 12-10-2012 09:38

1 Attachment(s)
Quote:

Originally Posted by redetav (Post 407945)
Hi REV0, here gave this error when installing C + + 2005:
"Command line option syntax error. Type command /? for help"

I'm attaching a little program of mine. Put it (temporarily) in place of this problematic installer and run the installation again. When it is run, it will dump its complete command line into a file called cmdline.log in the current directory. (The current directory is not necessarily the installation directory or the directory where this program is!)

redetav 12-10-2012 11:18

Thanks, I'll see what the log says, my OS is Windows 7 x64, the file gives error when installing the game, but separately installed, it installs normally, the rest of the installation, including files from the Redist folder install normally.

REV0 12-10-2012 11:32

Quote:

Originally Posted by redetav (Post 407971)
Thanks, I'll see what the log says, my OS is Windows 7 x64, the file gives error when installing the game, but separately installed, it installs normally, the rest of the installation, including files from the Redist folder install normally.

Did you download ini fix in the thread ?

redetav 12-10-2012 12:15

Quote:

Originally Posted by REV0 (Post 407972)
Did you download ini fix in the thread ?

Yes, I replaced the setup.ini. It's strange because it seems don't have an obvious reason for this, appears to be all right, both in setup and files from the Redist folder. But I decided to change the setup and remove that part, looked like this:

[LauncherSettings]
InstallRedist=1
Launch1=.NET Framework 4
Launch164=0
Launch1BeforeInstall=0
LaunchCom1=redist\dotNetFx40_Client_x86_x64.exe
LaunchArg1=/q:a /q /norestart
Launch2=DirectX
Launch264=0
Launch2BeforeInstall=0
LaunchCom2=redist\DXRedistCutdown\DXSETUP.exe
LaunchArg2=
Launch3=Nvidia Physx 9.12
Launch364=0
Launch3BeforeInstall=0
LaunchCom3=redist\PhysX-9.12.0613-SystemSoftware.msi
LaunchArg3=
Launch4=Visual C++ 2008 x86
Launch464=0
Launch4BeforeInstall=0
LaunchCom4=redist\vcredist_x86.exe
LaunchArg4=/silent
Launch5=Visual C++ 2010 x86 SP1
Launch564=0
Launch5BeforeInstall=0
LaunchCom5=redist\vcredist_x86_vs2010sp1.exe
LaunchArg5=/silent
Launch6=AMD CPU Driver
Launch664=0
Launch6BeforeInstall=0
LaunchCom6=redist\AMD\amdcpusetup.exe
LaunchArg6=/silent

It worked normally after that, I believe that will not make a difference, anyway, thanks for the help guys.

chirag_mci 12-10-2012 21:08

Borderlands 2 Mechromancer DLC
 
Borderlands 2 Mechromancer DLC
can i put dlc it is 700 mb ??

pakrat2k2 12-10-2012 22:33

the conversion uses installed game files, so as long as the dlc is in gamefolder, it will get compressed into conversion.

dani_ell 17-10-2012 06:10

It is possible to install all DLC and getting into 2xDVD5? Sorry for bad English

REV0 17-10-2012 06:21

DLC and the game is 4.05 with compression. However i cant put it here because yener's CI doesnt support compressions anymore.

PS: It should still fit on 2 DVD5s with all DVDs.

Kamyk95 17-10-2012 10:28

I have a question. If I install all the updates (along with The Mechromancer Pack DLC - ca. 600MB) and the newest DLC (Captain Scarlett & Her Pirate's Booty - 2GB) the conversion will work? Or the conversion needs an update? I presume that 1xDVD5 is impossible in this case.

REV0 17-10-2012 11:38

Quote:

Originally Posted by Kamyk95 (Post 408244)
I have a question. If I install all the updates (along with The Mechromancer Pack DLC - ca. 600MB) and the newest DLC (Captain Scarlett & Her Pirate's Booty - 2GB) the conversion will work? Or the conversion needs an update? I presume that 1xDVD5 is impossible in this case.

Conversion doesnt need an update, it's supposed to fit on 2 DVDs, it could fit on 1 DVD5 but yener's CI doesnt support srep commands anymore (I tried on previous versions it worked but not with latest one, with the same way)

CHOUAiB 17-10-2012 16:09

Setup.ini fix + batch to install .msi files
 
1 Attachment(s)
this fix works just fine with me

pakrat2k2 17-10-2012 16:35

easier to just have said to change physx & steam switches /passive /norestart

robbos21 25-11-2012 02:00

Hey revo good work with all games you do, but you say to move all setup.bin files to b_ + b_2 but are we move all from a-to do to both folders then as not say ??
Also do you mean move of original dvds or game installation folder ??

REV0 25-11-2012 03:06

There will be 3 bin files for each, a,b,c. you'll move them according to their names. Also, there's no bin files in steam games

2x+1 03-12-2012 12:00

where is setup.dll?

REV0 03-12-2012 12:14

Quote:

Originally Posted by 2x+1 (Post 411492)
where is setup.dll?

There's no need for setup.dll as long as autorun.exe exists. If you have autorun.exe already move it instead of dll.

2x+1 03-12-2012 12:40

i want to remove video.AVI in setup.cab

REV0 03-12-2012 13:46

Open it with winrar, click video.avi, press delete key in your keyboard between enter and end buttons.


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

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