View Single Post
  #1  
Old 29-07-2010, 00:34
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
StarCraft II : Wings Of Liberty (DVD9 to 2x DVD5) INNO SETUP

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\"
Attached Files
File Type: 7z StarCraft_II_2xDVD5.7z (20.18 MB, 4426 views)
File Type: 7z StarCraft_II_Multi_5_Fully_Localized.7z (5.1 KB, 797 views)

Last edited by peterf1999; 08-08-2010 at 10:26.
Reply With Quote
The Following 5 Users Say Thank You to peterf1999 For This Useful Post:
dacho007 (08-04-2013), lMoyo (09-02-2013), Simorq (28-01-2016), twizted (02-08-2013), Xaelin (29-11-2013)
Sponsored Links