View Single Post
  #2  
Old 05-04-2012, 22:10
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
will take a look see.. just an FYI

" Microsoft Office Word (optional) - to replace the installation path entries in the Inno Setup script file (sorry about that)." ----> Just use notepad to edit script or inno itself no need for anything special.

Instead of using a huge files list use a define statement for where the game files are
#define SourcePath "C:\Program Files (x86)\NAMCO BANDAI Games\Ridge Racer Unbounded\" thats easier to change then every line in [FILES] section. as that becomes your {app} used in script later for eg entries etc.

no need to list every DIR in a section either its covered in {app} & in uninstall section inscript

[UninstallDelete]
Type: filesandordirs; Name: {app}
Reply With Quote