View Single Post
  #2  
Old 27-10-2011, 17:39
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by Scarlet Blade View Post
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.
Reply With Quote