Quote:
Originally Posted by Scarlet Blade
Hi folks!
Oh, and I forgot one thing LOL - the Inno Setup script is attached to this comment, and if anyone wants to add finishing touches to this script, then feel free to do so!
|
You should add the icons/images as well as the script. Put the ISS script file in a folder, images/icons etc in a subfolder of that. Easier to specify ".\images" rather then a long path that may only work for you. Also Specify a sourcepath for game folder, rather then having such a long list of files/folders that are in the game.
IE:
#define SourcePath "C:\Program Files (x86)\Battlefield 3\" at the beginning of the script, in setup section. then the line below in the files section, rather then a huge list of files/folders.
Source:{#SourcePath}*; DestDir: {app}; Flags: ignoreversion recursesubdirs
that way everyone who uses the script can just change 1 line to match their system.