View Full Version : StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP
peterf1999
29-07-2010, 00:34
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:
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):
[autorun]
open=setup.exe
icon=setup.exe,0
7) Create autorun.inf in disk2 folder:
[autorun]
open=0
icon=icon.ico
8) Burn or make ISOs with label names of your choice.
Special thanks to Jordan Russell (http://www.jrsoftware.org/isinfo.php) for this great app
1705
1706
1707
1708
1709
1710
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 (http://www.jrsoftware.org/download.php/ispack.exe?site=1)
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
Thanks men!! Work Perfect!
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:
Compression=lzma2/Normal
to
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
I cannot compile the script:
http://i27.tinypic.com/2cf9kww.jpg
You must use an ansi version of Inno Setup:
Download (http://www.jrsoftware.org/download.php/ispack.exe?site=1)
Compiled perfectly. Thanks a bunch!
pakrat2k2
30-07-2010, 09:13
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
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-how-to-split-up-large-files-with-inno-setup.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
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?
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.