|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Star Wars: The Force Unleashed Ultimate Sith Edition Multi 5
(2xDVD9 to 4xDVD5) Inno Setup v5.3.5 1) Install the game from the 2 dvd9. 2) Extract 'SWTFU.7z' where you want (better where you have a lot of free space) ![]() 3) Open Inno Setup script 'SWTFU.iss' and edit it under label files: from Source: F:\Star Wars The Force Unleashed\*; to Source: yourdrive:\folderofgameafterinstallation\*; 4) Compile the script 5) Move: setup-2*.bin files to disk2 setup-3*.bin files to disk3 setup-4*.bin files to disk4 6) Copy from 1st dvd9: 'support' folder to disk4 'autorun.inf' 'SWTFU_Autorun.exe' 'AWL_Release.dll' files to disk1 7) Copy SWTFU.ico from 'SWTFU.7z' archive to disk2-disk3-disk4 8) Create autorun.inf in disk2-disk3-disk4 : Code:
[autorun] open=0 icon=SWTFU.ico Snap2.png Last edited by peterf1999; 08-11-2009 at 00:45. |
| The Following User Says Thank You to peterf1999 For This Useful Post: | ||
luqui89 (11-11-2013) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
![]() Use this script (small changes have been made) now the request of desktop icon shortcut appears only on xp system,instead on win 7/vista the installer uses game explorer. Last edited by peterf1999; 06-11-2009 at 02:49. |
|
#3
|
|||
|
|||
|
Quote:
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? 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. 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. 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). |
|
#4
|
|||||
|
|||||
|
Quote:
Quote:
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();
the default value for this directive is No Quote:
Quote:
Quote:
'AWL_Release.dll' file to disk1 Last edited by peterf1999; 08-11-2009 at 12:14. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Star Wars The Force Unleashed: Ultimate Sith Edition | ShadowDuke | PC Games - Protection List | 1 | 10-11-2009 17:43 |
| Star wars : Empire At War EXPANSION Force Of Coruption. | burbag | PC Games | 7 | 27-09-2009 12:33 |
| Star Wars - Knights of the Old Republic 2 - The Sith Lords | coffin filler | PC Games - Protection List | 0 | 05-09-2005 07:03 |