View Single Post
  #7  
Old 08-11-2009, 03:27
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by SND View Post
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 View Post
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 View Post
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 View Post
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 View Post
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
Attached Files
File Type: 7z LevelPacks_DUMMY.7z (3.7 KB, 83 views)
File Type: 7z SWTFU.7z (2.8 KB, 94 views)

Last edited by peterf1999; 08-11-2009 at 12:14.
Reply With Quote