FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Darksiders II - 2xDVD5 (Inno Setup) (https://fileforums.com/showthread.php?t=93217)

Fabioddq 15-08-2012 22:58

Darksiders II - 2xDVD5 (Inno Setup)
 
1 Attachment(s)
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.

Code:

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:

Code:

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

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

Code:

#define ProgramFiles "C:\Program Files (x86)\THQ\Darksiders II"
4. Press compile and wait... ( ~ 10 min).

5. Move to:

Code:

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/-X...01/autorun.jpg

https://lh5.googleusercontent.com/-F...utorunplay.jpg

https://lh5.googleusercontent.com/-G...17/welcome.jpg

https://lh4.googleusercontent.com/-Q...15/license.jpg

https://lh4.googleusercontent.com/-W...15/install.jpg

https://lh4.googleusercontent.com/-s...Ek/s1920/1.jpg

https://lh3.googleusercontent.com/-3...zg/s1920/4.jpg

https://lh6.googleusercontent.com/-4...nw/s1920/5.jpg

https://lh3.googleusercontent.com/-6...Fk/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

Help How To change the insert disk dialog box.
 
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

Quote:

Originally Posted by kassane (Post 412288)
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

Quote:

Originally Posted by kassane (Post 412308)
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:

Code:

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

Quote:

Originally Posted by NTurky (Post 413425)
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:

Code:

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

Quote:

Originally Posted by Fabioddq (Post 413427)
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.


All times are GMT -7. The time now is 22:08.

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