FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Diablo III ST/CE: DVD9 to 3xDVD5 *INNO SETUP* (https://fileforums.com/showthread.php?t=92930)

REV0 16-05-2012 03:23

Diablo III ST/CE: DVD9 to 3xDVD5 *INNO SETUP*
 
1 Attachment(s)
Diablo III ST/CE** - DVD9 to 3DVD5 by REVO

* Released yesterday
** ST: Standart Edition CE: Collector's Edition


Script by: yener90 / Setup theme by: REVO

Setup theme is based on actual game menu.


v1.0 - First Release
v.1.01
-Fixed font color
-Fixed Background image
-Fixed Installer Splash image
-Fixed DX, VC installation sequence.
v.1.02 after 308th download
-Fixed 'BACK' button issue thanks to artdekdok

1. Install the game
2. Create a folder and name it redist, then move DirectX folder and vcredist_x86.exe to here. You may need DirectX and redistributables if you're installing them first time, it would be better to keep these. Normally there's none in game's installation. Place this folder on your desktop, you will use it in the end of conversion.

3. Download the attachment below (end of the thread) Open installerscript.iss with Unicode version of INNO and change the following line according to your game's installed location:

Code:

#define ProgramFiles "YOUR GAME PATH"
- Dont forget to delete ';' in front of the line of course.

Save it and compile

4. Create 2 folders and name them DB3_1, DB3_2.

Move:

Install-1a, 1b, 1c bin files to DB3_1
Install-2a, 2b, 2c bin files to DB3_2
Install-3a, 3b, 3c bin files to DB3_3 (If exist)

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

Code:

[autorun]
OPEN=0
ICON=Setup.ico

5. Now move redist folder to DB3_3

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

http://img201.imageshack.us/img201/3627/51907453.png
http://img502.imageshack.us/img502/981/70239681.png
http://img401.imageshack.us/img401/2794/67306477.png
http://img24.imageshack.us/img24/3955/71190480.png
http://img13.imageshack.us/img13/6984/75709154.png

Grumpy 17-05-2012 02:07

Added to Index :)

REV0 17-05-2012 10:09

Quote:

Originally Posted by Vegekou (Post 402622)
http://i47.tinypic.com/14vh5yp.png

i put the redist folder in the game install dir.
inside the rerdist folder i put vcredist x86 and x64; and a folder named DirectX.
In the DirectX folder i extracted files from directx_Jun2010_redist.
Is everything correct?

TGUID already replied by pakrat.

About redist, you will not put in game installation folder, i didn't say anything about it. You will put it DB3_2 folder which i explained later in conversion, read the conversion fully before applying it.

Vegekou 17-05-2012 11:53

What is "Rename_Autorun.bat"?

"5. Copy autorun.inf and Setup.ico files to all DB3_* folders, edit autorun.inf like below except DVD1"
There is no autorun.inf in the package.
Is this correct for DVD1?
Quote:

[autorun]
OPEN=Setup.exe
ICON=Setup.ico

pakrat2k2 17-05-2012 12:57

the rename "autorun.bat" is not needed. Just follow the conversion steps & place the setup* files along with the Install-1a files in dvd1. The Install-2a files along with directx files go in dvd2.

oh yes, the autorun.inf for dvd1 is correct, for dvd2 change the line open=0, always, otherwise it will look for setup.exe again.

mamilan 18-05-2012 16:25

http://img339.imageshack.us/img339/6215/58770191.jpg Problem

GAMES_PC 18-05-2012 17:03

@mamilan
your script wrong
must like this and no error again

#define "C:\Program Files\Games\Diablo.III.Collectors.Edition"
change to
#define "C:\Program Files\Games\Diablo.III.Collectors.Edition\"

hope help :)

REV0 19-05-2012 01:50

It's not the issue GAMES, in ANSI versions slash is not important, i tested without slash and it compiled without problems.

He should install it somewhere else and must compile again

Vegekou 19-05-2012 06:35

Quote:

Originally Posted by GAMES_PC (Post 402681)
@mamilan
your script wrong
must like this and no error again

#define "C:\Program Files\Games\Diablo.III.Collectors.Edition"
change to
#define "C:\Program Files\Games\Diablo.III.Collectors.Edition\"

hope help :)

NO.

#define ProgramFiles "C:\Program Files\Games\Diablo.III.Collectors.Edition\"

GlassER 19-05-2012 09:38

2 Attachment(s)
@ REV0, Welcome
Edited the file "setup ini" to have the installer in Polish, and almost everything is ok.
Unfortunately, some items are in English.I have not found the entire script of words that can be improved.
The file "polish.isl" is good.
Mistakes have marked on the images in yellow.
Sorry for pointing out errors, but I would have completely in Polish.

http://fileforums.com/attachment.php...1&d=1337445378

http://fileforums.com/attachment.php...1&d=1337445378

REV0 19-05-2012 13:21

If i remember correct you'll edit LangScript for these ones:confused:

hissien007 22-05-2012 09:13

2 Attachment(s)
PHP Code:

5. Copy autorun.inf and Setup.ico files to all DB3_foldersedit autorun.inf like below except DVD1

Code
:

[
autorun]
OPEN=0
ICON
=Setup.ico

5. Now move redist folder to DB3_2

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

these steps i don't fully understand
1 - where is the autorun file you mention
2 - i have dawnload order like this


so i have split them into two packs and then put them into two folders
like this


i selected an older redist and but it in DB3_2
then i tern then ito two dvd's
where thoes dvd's goes is it inside DB3V101
3 - the last thing where to chose the installation is it on the game previous directory
i would be more than glad if you could answer these questions to me

yener90 22-05-2012 09:40

GlassER
you made some mistake :/
how did you add polish?
its enough to add to Setup.ini

GlassER 22-05-2012 10:12

1 Attachment(s)
@yener90, REV0

Now, after editing the file "setup.ini" I have the correct Polish.
Thank you for your commitment and respect.
See image...

pakrat2k2 22-05-2012 13:27

Quote:

Originally Posted by hissien007 (Post 402773)
these steps i don't fully understand
1 - where is the autorun file you mention
2 - i have dawnload order like this


so i have split them into two packs and then put them into two folders
like this


i selected an older redist and but it in DB3_2
then i tern then ito two dvd's
where thoes dvd's goes is it inside DB3V101
3 - the last thing where to chose the installation is it on the game previous directory
i would be more than glad if you could answer these questions to me

read instructions again...
1. Install the game
your trying to use downloaded files to do conversion with.
to create the autorun.inf file is easy just make a new text file with
[autorun]
open=setup.exe
icon=setup.ico

save the file & rename to autorun.inf. To have the same file on dvd2 copy it over then edit it to open=0 save it. Copy the setup.ico from archive in post #1 to dvd1/2 folders


All times are GMT -7. The time now is 10:28.

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