FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP (https://fileforums.com/showthread.php?t=90097)

peterf1999 29-07-2010 00:34

StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP
 
9 Attachment(s)
StarCraft II : Wings Of Liberty - (DVD9 to 2x DVD5) I N N O S E T U P v5.3.10 ANSI

1) Extract "StarCraft_II_2xDVD5.7z" contents where you want (better where you have a lot of free space)

2) Open Inno Setup script 'StarCraft II.iss' and edit it under label files:
Code:

from Source: f:\StarCraft II\*;

to Source: yourdrive:\gameinstallationfolder\*;

3) Compile the script

4) Move from "compiled" folder:

setup-2*.bin files to disk2 folder

5) Copy icon.ico file from archive to disk2 folder

6) Create autorun.inf in disk1 ("compiled" folder):
Code:

[autorun]
open=setup.exe
icon=setup.exe,0

7) Create autorun.inf in disk2 folder:

Code:

[autorun]
open=0
icon=icon.ico

8) Burn or make ISOs with label names of your choice.

Special thanks to Jordan Russell for this great app

Attachment 1705

Attachment 1706

Attachment 1707

Attachment 1708

Attachment 1709

Attachment 1710

Attachment 1711

to compile StarCraft II.iss (StarCraft_II_Multi_5_Fully_Localized.7z), all others files of archive (StarCraft_II_2xDVD5.7z) & Inno Setup Preprocessor (ISPP) are needed:
ispack-5.3.10 inno setup+ISPP
the script requires small changes:
from #define SourcePath "F:\StarCraft II\"
to #define SourcePath "yourdrive:\gameinstallationfolder\"

peterf1999 29-07-2010 02:49

If another installation is already present,delete from registry the key & retry:

HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\StarCraft II Retail

xdcam 29-07-2010 10:20

Thanks men!! Work Perfect!

pman626 30-07-2010 04:16

for those of you who don't understand the instructions, here are some clarifications.

1. you have to install Inno setup. download it at http://www.jrsoftware.org/isdl.php

2. download the .7z attachment in the first post of this thread. unzip to hard drive partition where you have over 8GB free space.

3. install the game.

4. edit the StarCraft II.iss file in Notepad. Make the following changes:

change:
Quote:

Compression=lzma2/Normal
to
Quote:

Compression=none
this will make your conversion go 10x faster.
Since the game installation takes less than 8GB, you will still have only 2 discs size.

under the [Files] section of the Starcraft II.iss, change the last line drive letter so that it matches YOUR existing game installation path:
change the "F:\" so that it matches your path.

Source: F:\StarCraft II\*; >>>> Source: (your folder here):\StarCraft II\*;


5. Now you can compile in Inno setup.
go to the menu at the top, Build>Compile.

peterf1999 30-07-2010 05:36

Quote:

Originally Posted by d00m3d (Post 387123)
I cannot compile the script:

http://i27.tinypic.com/2cf9kww.jpg

You must use an ansi version of Inno Setup:

Download

d00m3d 30-07-2010 09:03

Compiled perfectly. Thanks a bunch!

pakrat2k2 30-07-2010 09:13

Quote:

Originally Posted by peterf1999 (Post 387071)
Another installation is already present,delete from registry the key & retry:

HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\StarCraft II Retail

Windows X64 has different location:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Blizzard Entertainment\StarCraft II

Does the inno take that into considration when it compiles the script, or does it have to be modified for X64 versions of windows?

pakrat2k2 30-07-2010 15:36

was already replied by Joe Forster/STA & peterf1999 that NO changes to ORIGINAL files, automatically handled by system wether its X86 or X64 Windows.

EDIT:

Well tested their theory that it switches automatically and it DOESNT..

Installed win7x64 in dual boot to test, it works for XP but NOT for Win7x64.. the HKLM paths are different

x64 path = HKLM/Software/Wow6432Node/Blizzard Entertainment
x32 path = HKLM/Software/Blizzard Entertainment

xpto667 01-08-2010 06:35

Great Peterf1999!
Works 100% here - Win7 64bits.
Thnkx from Brazil.

houdaifas 03-08-2010 02:48

THANX
Work 100%

alexandr frei 03-08-2010 03:21

you can try this tutorial all my man..

with inno ISTools Disk spanning, you can make your game installation windows by yourself

Info :
1. You must install the game you want to split with ISTools
2. use this tutz http://www.dateiliste.com/en/fun/57-...html?showall=1

3. Add installed game folder on Application Files Section.

I successed many games with ISTools :
ex : Velvet Assassin, Chaos Rising, Left 4 Dead 1 & 2, etc

pakrat2k2 03-08-2010 08:09

IF you are using X64 then add another line for each HKLM in the registry section, that points to HKLM64, pay attention to the check: not IsWin64, check: IsWin64 sections of each line. Make sure they are right, then recompile the script. DONT worry about HKCU that is same for both OS's.

Originally Posted by Onizuka87k

Code:

Root: HKLM; Subkey: "SOFTWARE\Blizzard Entertainment\StarCraft II Retail"; Flags: deletekey; check: not IsWin64;
Root: HKLM64; Subkey: "SOFTWARE\Blizzard Entertainment\StarCraft II Retail"; Flags: deletekey; check: IsWin64;


kyrotech 22-03-2011 13:02

Converstion working win7 enterprise x86 thank you!

acidload 03-09-2011 09:11

uninstaller does not work

dmcNero92 17-09-2011 14:56

Great job
fit to 1xDVD5 is possible with one language?

williamz 17-01-2013 02:51

can someone upload the setup.exe for me??
the setup.exe always corrupt each time I'm done compile i think the other are fine except the setup.exe
I wonder if I can install using the setup.exe you guys have

pakrat2k2 17-01-2013 09:38

read the note at the bottom of first post, specific package is needed, link provided.
"ispack-5.3.10 inno setup+ISPP" & you need both parts ( provided ) to compile the script properly.

mystikal242 18-01-2013 19:07

pakrat, i can't understand about your post 12...i need to modify the script with the information than you talked???

pakrat2k2 18-01-2013 19:41

look at the dates of the posts, mine from post #13 was from 03/08 peter updated his post #1 after that, 08/08.. fixed the issues. just use proper version on inno he links to, to compile the script. ( needs a specific version to compile properly ). should work fine using that version, as any corrections were changed after my post.


All times are GMT -7. The time now is 12:16.

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