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:
to
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.