View Single Post
  #74  
Old 29-04-2012, 11:24
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
IF your using internal compression.. IE using #define ProgramFiles "F:\Program Files (x86)\Crysis2" then you DONT use [ExtractSettings]. You end up with setup-a.bin etc ( internal compression)

to use external compression you must add ; in front of the line #define ProgramFiles "F:\Program Files (x86)\Crysis2". Then it will extract the files specified in [ExtractSettings]