Quote:
Originally Posted by SND
I've been able to get it to 2xDVD5's by reencoding the bik files and compressing the levelpacks folder with freearc at the highest compression, but I have a few problems with the script.
|
Quote:
Originally Posted by SND
1. I'm running Windows XP and I don't get any option for start menu shortcuts. Is it simply changing DisableProgramGroupPage=yes to DisableProgramGroupPage=no?
|
Only the desktop icon is created as the original installer does,however if you want XP start menu shortcuts :
Code:
[Setup]
DefaultGroupName=Aspyr\Star Wars The Force Unleashed
[Icons]
Name: {userdesktop}\Star Wars - The Force Unleashed; Filename: {app}\SWTFU Launcher.exe; WorkingDir: {app}; Tasks: desktopicon;
Name: {group}\Star Wars - The Force Unleashed; Filename: {app}\SWTFU Launcher.exe; WorkingDir: {app}; check: CheckOsVer();
Name: {group}\{cm:UninstallProgram,Star Wars - The Force Unleashed}; Filename: {uninstallexe}; WorkingDir: {app}; check: CheckOsVer();
delete the line
DisableProgramGroupPage=yes
the default value for this directive is No
Quote:
Originally Posted by SND
2. The uninstaller fails to uninstall all of the files(this is by design), however I would like it to uninstall everything in the folder(or at least the LevelPacks Dir as it's quite large). I'm guessing the command should look something like this: DelTree('{app}\LevelPacks', True, True, True); but I have no idea where to put it in your script.
|
After you compressed levelpacks folder do not delete it, replace its contents with dummy files and then compile the script.
Quote:
Originally Posted by SND
3. For some reason at the end of the install the navigation part of the setup(where the finish button is etc) moves part way out of the screen to the bottom right. Not a deal breaker by any means as it's movable but I'm curious as to why it does that.
|
its XP issue, on vista/win 7 the FinishedPage is at the center of the screen, however use the attached script.
Quote:
Originally Posted by SND
4. AWL_Release.dll needs to be in the same directory as SWTFU_Autorun.exe or it doesn't start(it gives an error stating that it can't find AWL_Release.dll but that's an easy fix).
|
Copy from 1st dvd9:
'AWL_Release.dll' file to disk1