Quote:
Originally Posted by pakrat2k2
Upping the diskslicksize to 1550000000 will almost fill a DVD5 ( 4.7GB ). whats the size of your FMV folder. ( recompressed / downsize all videos to 60% ends up at ~850mb )
peter the levelpacks folder (presently at 16.6GB ) can be compressed before/during the inno setup using freearc and it will take them down to 3.76GB.
Just then need to add the unpacking procedure at the end of installation. Which would in effect take a 4DVD5 repack down to a 2xDVD5 repack.
|
Code:
[Run]
Filename: {src}\SWTFU_arc.exe; Parameters: "-x -d""{app}"" -y -s2"; StatusMsg: "Unpacking FreeArc archive..."
Filename: {src}\support\CRT\vcredist_x86.exe; Parameters: /Q; StatusMsg: "Installing Microsoft Visual C++..."
Filename: {src}\support\DirectX\DXSETUP.exe; Parameters: /silent; StatusMsg: "Installing DirectX..."
Filename: {app}\SWTFU Launcher.exe; Description: {cm:LaunchProgram,Star Wars: The Force Unleashed}; flags: unchecked postinstall
I dont remember where levelpacks folder is located after installation,however if its in the root leaves the line as it is, otherwise add the path like this:
"-x -d""{app}
\pathoflevelpacks"" -y -s2"
SWTFU_arc.exe must be located in the root of last dvd