#1
|
||||
|
||||
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\*; 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 Code:
[autorun] open=0 icon=icon.ico 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\" Last edited by peterf1999; 08-08-2010 at 11:26. |
Sponsored Links |
#2
|
||||
|
||||
If another installation is already present,delete from registry the key & retry:
HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\StarCraft II Retail Last edited by Grumpy; 03-02-2011 at 19:03. Reason: Added the word 'If' :) |
#3
|
|||
|
|||
Thanks men!! Work Perfect!
|
#4
|
|||
|
|||
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:
Quote:
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. Last edited by pman626; 30-07-2010 at 05:30. |
#6
|
|||
|
|||
Compiled perfectly. Thanks a bunch!
|
#7
|
||||
|
||||
Quote:
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? |
#8
|
||||
|
||||
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 Last edited by pakrat2k2; 01-08-2010 at 23:26. Reason: names corrected |
#9
|
|||
|
|||
Great Peterf1999!
Works 100% here - Win7 64bits. Thnkx from Brazil. |
#10
|
||||
|
||||
THANX
Work 100% |
#11
|
|||
|
|||
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 |
#12
|
||||
|
||||
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; Last edited by Grumpy; 03-02-2011 at 19:23. Reason: Removed Quote seeing as the original Quoted post no longer applies as its been deleted. :) |
#13
|
|||
|
|||
Converstion working win7 enterprise x86 thank you!
|
#14
|
|||
|
|||
uninstaller does not work
|
#15
|
|||
|
|||
Great job
fit to 1xDVD5 is possible with one language? |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 21:35 |
Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 | jta | PC Games - CD/DVD Conversions | 22 | 05-08-2012 17:55 |
Turning Point - Fall of Liberty (DVD9 to 2x DVD5) | marbrothax | PC Games - CD/DVD Conversions | 6 | 21-06-2008 22:55 |
Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) | Heretic666 | PC Games - CD/DVD Conversions | 6 | 26-12-2006 07:28 |