This is the procedure I used (only english).
1) Unpack ISO with ultraISO
2) Use i6comp (The *.cab and *.hdr files have to be in the same folder as i6comp)
Code:
InstallShield 6.x Cabinet Util
Version 0.2 -] fOSSiL & Morlac - 2000 [-
FF - Index of the first file in the group (0-based)
LF - Index of the last file in the group
Name : <Engine>Kernel Placeholder
Destination : <ENGINEDIR>
Overwite : NEVER_OVERWITE
Name : <Engine>EngineCommonPlaceHolder
Destination : <ENGINECOMMONDIR>
Overwite : NEVER_OVERWITE
Name : <Support>Script
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Language Independent OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>English OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>French (Standard) OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>German OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Spanish OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Misc Support Files
Destination : <SUPPORTDIR>
Overwite : ALWAYS_OVERWITE
Name : <Support>Build Generated Support Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>English String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>French (Standard) String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Spanish String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>German String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Non-SelfRegistering
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>English Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>German Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>French (Standard) Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Spanish Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(1)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(2)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(3)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(4)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : English
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : French
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : Game_Component
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : German
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : Spanish
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
3) Create the following batch-file. (We start counting at 0)
Code:
i6comp d -g5 data1.cab *.*
pause
i6comp d -g6 data1.cab *.*
pause
i6comp d -g7 data1.cab *.*
pause
i6comp d -g11 data1.cab *.*
pause
i6comp d -g12 data1.cab *.*
pause
i6comp d -g13 data1.cab *.*
pause
i6comp d -g16 data1.cab *.*
pause
i6comp d -g17 data1.cab *.*
pause
i6comp d -g18 data1.cab *.*
pause
i6comp d -g24 data1.cab *.*
pause
i6comp d -g26 data1.cab *.*
pause
i6comp d -g27 data1.cab *.*
echo All done
Unfortunately the filesize is still too big to fit on a DVD5. But not to worry, there are still other things that can be deleted. In the following steps I'll tell you what to delete and why we can delete it.
4) Delete everything in the "directx" folder.
[DirectX can be found on the net and on any another game]
5) Delete everything in the "documentation" folder except the english one
[Why would you need the french documentation if you live in the UK/US and vice versa.]
6) Delete everything in the "Prereq" folder
Now this one contains 3 files:
- dotnetfx.exe = .NET Framework v1.1
- NetFx64.exe = .NET Framework v2.0
- WindowsInstaller-KB893803-v2-x86.exe = Windows Installer 3.1
These files can be downloaded from the internet. The Toolset needs the .NET Framework.
7) Delete the video drivers in the "VideoDrivers" folder
[can be found on the net]
8) Burn on DVD (size = 4.33GB)