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
sc_1.png
sc_2.png
sc_3.png
sc_4.png
sc_5.png
sc_6.png
sc_7.png
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\"