Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Reply
 
Thread Tools Display Modes
  #1  
Old 29-07-2010, 01:34
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 982 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, 4424 views)
File Type: 7z StarCraft_II_Multi_5_Fully_Localized.7z (5.1 KB, 795 views)

Last edited by peterf1999; 08-08-2010 at 11: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
  #2  
Old 29-07-2010, 03:49
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 982 Times in 236 Posts
peterf1999 is on a distinguished road
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' :)
Reply With Quote
  #3  
Old 29-07-2010, 11:20
xdcam xdcam is offline
Registered User
 
Join Date: Jul 2010
Location: CHILE
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
xdcam is on a distinguished road
Thanks men!! Work Perfect!
Reply With Quote
  #4  
Old 30-07-2010, 05:16
pman626 pman626 is offline
Registered User
 
Join Date: Apr 2010
Location: usa
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
pman626 is on a distinguished road
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.

Last edited by pman626; 30-07-2010 at 05:30.
Reply With Quote
  #5  
Old 30-07-2010, 06:36
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 982 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by d00m3d View Post
I cannot compile the script:

You must use an ansi version of Inno Setup:

Download
Reply With Quote
  #6  
Old 30-07-2010, 10:03
d00m3d d00m3d is offline
Registered User
 
Join Date: Dec 2008
Location: Internet
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
d00m3d is on a distinguished road
Compiled perfectly. Thanks a bunch!
Reply With Quote
  #7  
Old 30-07-2010, 10:13
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
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?
Reply With Quote
  #8  
Old 30-07-2010, 16:36
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
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
Reply With Quote
  #9  
Old 01-08-2010, 07:35
xpto667 xpto667 is offline
Registered User
 
Join Date: Nov 2008
Location: Brazil
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
xpto667 is on a distinguished road
Great Peterf1999!
Works 100% here - Win7 64bits.
Thnkx from Brazil.
Reply With Quote
  #10  
Old 03-08-2010, 03:48
houdaifas's Avatar
houdaifas houdaifas is offline
Registered User
 
Join Date: Mar 2010
Location: France
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
houdaifas is on a distinguished road
THANX
Work 100%
Reply With Quote
  #11  
Old 03-08-2010, 04:21
alexandr frei alexandr frei is offline
Registered User
 
Join Date: Aug 2009
Location: Indonesia
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
alexandr frei is on a distinguished road
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
Reply With Quote
  #12  
Old 03-08-2010, 09:09
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
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. :)
Reply With Quote
  #13  
Old 22-03-2011, 14:02
kyrotech kyrotech is offline
Registered User
 
Join Date: Sep 2007
Location: PTY
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
kyrotech is on a distinguished road
Converstion working win7 enterprise x86 thank you!
Reply With Quote
  #14  
Old 03-09-2011, 10:11
acidload acidload is offline
Registered User
 
Join Date: Sep 2009
Location: ny
Posts: 6
Thanks: 4
Thanked 0 Times in 0 Posts
acidload is on a distinguished road
uninstaller does not work
Reply With Quote
  #15  
Old 17-09-2011, 15:56
dmcNero92 dmcNero92 is offline
Registered User
 
Join Date: Dec 2008
Location: Poland
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
dmcNero92 is on a distinguished road
Great job
fit to 1xDVD5 is possible with one language?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 07:36.


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