PDA

View Full Version : Darksiders II - 2xDVD5 (Inno Setup)


Fabioddq
15-08-2012, 22:58
Darksiders II (2xDVD5 - Inno Setup)

Based on CI 8.5.6.4 by yener90.
I used only sound buttons of senseman conversion. :D
Music: "Stains of Heresy" - From Darksiders II Original Soundtrack by Jesper Kyd.

About versions:

v1.0 - First release; (390 downloads)

v1.1 - Current release:
Updated to CI 8.5.6.4;

Remove your original uninstall files before you make the conversion;
You must use Inno Setup Unicode Version (u);

1. Install the game and all updates. Download attachment and extract in your HD.

2. Copy any directX, and vcredist_x86 to Darksiders II_DVD2\redist. Keep the following names:


redist\directX\DXSETUP.exe
redist\vcredist_x86.exe

3. Open InstallerScript.iss and change the first line according to your game installation path:

#define ProgramFiles "C:\Program Files (x86)\THQ\Darksiders II"

4. Press compile and wait... ( ~ 10 min).

5. Move to:

Darksiders II_DVD1: Setup-1*.bin files; Setup.cab; Setup.dll; Setup.exe; Setup.ini
Darksiders II_DVD2: Setup-2*.bin files; no-cd;

6. Make ISO's and test before you burn.

Final Sizes (Compression: none - Retail version with all languages):

DVD1: 4.35GB
DVD2: 3.35GB (With no-cd and latest update)

Screenshots:

https://lh6.googleusercontent.com/-X6g4xyRkOSA/UCyAOdkAmOI/AAAAAAAAAfs/Gu-yY3p-lkQ/s801/autorun.jpg

https://lh5.googleusercontent.com/-FvgaarfD_Tk/UCyAO-DFNeI/AAAAAAAAAf0/v8lqLNULhv0/s802/autorunplay.jpg

https://lh5.googleusercontent.com/-GNEKUAlyZ6I/UCyARI0AqwI/AAAAAAAAAgI/CDoUOT_bofQ/s1017/welcome.jpg

https://lh4.googleusercontent.com/-QRcn6wadR_w/UCyAQ9ggUoI/AAAAAAAAAgE/POLaK-QKNr8/s1015/license.jpg

https://lh4.googleusercontent.com/-WNDstUSaUqs/UCyAPQeGK5I/AAAAAAAAAf8/OO5sr126VQU/s1015/install.jpg

https://lh4.googleusercontent.com/-s7qiwv0TG5A/UCyAd4oQYrI/AAAAAAAAAgY/zP2HgtK9XEk/s1920/1.jpg

https://lh3.googleusercontent.com/-3yrdTfL0AEc/UCyAfnCEHAI/AAAAAAAAAgg/GsRZYj3PXzg/s1920/4.jpg

https://lh6.googleusercontent.com/-4sEQuVwjZO8/UCyAfXYYbUI/AAAAAAAAAgk/Drqr1T3Lsnw/s1920/5.jpg

https://lh3.googleusercontent.com/-6TaFeLdGnQw/UCyAhvWUqVI/AAAAAAAAAgw/kcze-vzspFk/s1920/7.jpg

tanatos
16-08-2012, 00:02
create a shortcut on games explorer?

Fabioddq
16-08-2012, 06:45
It sure as 2 + 2 = 4 :p

jokerisdead
31-08-2012, 17:16
I have made the Darksiders II setup from i.e. by compilation. from

http://www.fileforums.com/showthread.php?t=93217

Now my problem is that i have made the setup and it is made like

setup-1a.bin , setup-1b.bin , setup-1c.bin and setup-2a.

When i put the setup-1a.bin to setup-1c in DVD1 and in DVD 2 setup-2a.bin it asks for DVD2 (Please insert the disk 2) then i insert DVD 2 i.e setup-2a.bin . And when i put setup-1c and setup-2a in DVD 2 it asks for disk 1. Please I want to change the Insert disk 1 text to insert disk 2. Because I want to put the files like this.

DVD 1
setup-1a.bin 1.5gb
setup-1b.bin 1.5gb

DVD 2

setup-1c.bin 1.5gb
setup-2a.bin 1.5gb

PLEASE HELP the link is

http://www.fileforums.com/showthread.php?t=93217

Fabioddq
31-08-2012, 22:00
You could have asked in my post! :mad::D Why you created another post for that?? :p

Read to more attention and follow the steps!

DVD1: Setup-1*.bin files; Setup.cab; Setup.dll; Setup.exe; Setup.ini
DVD2: Setup-2*.bin files;

Setup-1*.bin files mean: 1a, 1b, 1c
Setup-2*.bin files mean: 2a, 2b, 2c

soon:

DVD1: Setup-1a.bin; 1b; 1c; Setup.cab; Setup.dll; Setup.exe; Setup.ini
DVD2: Setup-2a.bin; 2b; 2c;

dezconocido
18-11-2012, 12:29
Work fine, THX

i have windows xp sp3

kassane
22-12-2012, 04:07
Fabio, you could tell me if this CI Darksiders 2 works with update 4 + all DLCs?

Fabioddq
22-12-2012, 06:37
Fabio, you could tell me if this CI Darksiders 2 works with update 4 + all DLCs?

I think so, Just do not know will fit into 2xDVD5. I not test yet, but test for me and report. :D

Thanks!

kassane
22-12-2012, 09:28
You can update the CI Darksiders 2 for CI 8.5.7.4 version?

Fabioddq
22-12-2012, 11:35
You can update the CI Darksiders 2 for CI 8.5.7.4 version?

Currently working on Rage. Soon... :D

Or you can even update, just update the files. ;)

NTurky
01-02-2013, 08:01
Hi, Fabioddq!
Very nice work, you've made some really good conversions lately.
One side note, tho.
No need to remove original uninst, as your script says:

Source: {#ProgramFiles}\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs; Excludes: unins*; Check: FreeArcError;

If you look at Excludes: unins* section, it just ignores the uninstall files.

Fabioddq
01-02-2013, 08:38
Hi, Fabioddq!
Very nice work, you've made some really good conversions lately.
One side note, tho.
No need to remove original uninst, as your script says:

Source: {#ProgramFiles}\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs; Excludes: unins*; Check: FreeArcError;

If you look at Excludes: unins* section, it just ignores the uninstall files.

The script is not mine. Based on CI by yener90. ;)

Anyway, you must remove files because otherwise this will be included in the conversion. So cause conflict after installing from the conversion if you try uninstall the game.

Just move and then back after make the conversion to uninstall your original game. ;)

NTurky
06-02-2013, 12:49
The script is not mine. Based on CI by yener90. ;)

Anyway, you must remove files because otherwise this will be included in the conversion. So cause conflict after installing from the conversion if you try uninstall the game.

Just move and then back after make the conversion to uninstall your original game. ;)

I've just told and show you that you DON'T need to in this case. The script does NOT include the original uninstall files.