View Single Post
  #22  
Old 13-04-2012, 21:38
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
the files should be named:
Code:
Source: "{tmp}\BGI0_16_9.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI0_4_3.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI1_16_9.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI1_4_3.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI2_16_9.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI2_4_3.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI3_16_9.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI3_4_3.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI4_16_9.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI4_4_3.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI5_16_9.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI5_4_3.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI6_16_9.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy 
Source: "{tmp}\BGI6_4_3.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.01; Flags: deleteafterinstall dontcopy
empty temp folder and try again. make sure to follow posts #19 & #20 also
the instructions work fine IF you follow the instructions.
Reply With Quote