home *** CD-ROM | disk | FTP | other *** search
/ Level 2005 January (DVD) / Level_2005-01_122_DVD_Flashpoint.iso / Software / FunPhotor / fprsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-09  |  26.6 KB  |  305 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=FunPhotor
  4. AppVerName=FunPhotor 2.6
  5. AppId=FunPhotor
  6. AppPublisher=ZeallSoft, Inc.
  7. AppPublisherURL=http://www.funphotor.com
  8. AppSupportURL=http://www.funphotor.com/support/support.htm
  9. AppUpdatesURL=http://www.funphotor.com/download/download.htm
  10. DefaultDirName={pf}\FunPhotor
  11. DefaultGroupName=ZeallSoft FunPhotor
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Language\English.txt"; DestDir: "{app}\Language"; Flags: ignoreversion 
  21. Source: "{app}\Language\French.txt"; DestDir: "{app}\Language"; Flags: ignoreversion 
  22. Source: "{app}\Language\German.txt"; DestDir: "{app}\Language"; Flags: ignoreversion 
  23. Source: "{app}\Language\Italy.txt"; DestDir: "{app}\Language"; Flags: ignoreversion 
  24. Source: "{app}\Language\Spanish.txt"; DestDir: "{app}\Language"; Flags: ignoreversion 
  25. Source: "{app}\Photos\Cartoon\CT01.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  26. Source: "{app}\Photos\Cartoon\CT01.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  27. Source: "{app}\Photos\Cartoon\CT02.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  28. Source: "{app}\Photos\Cartoon\CT02.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  29. Source: "{app}\Photos\Cartoon\CT03.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  30. Source: "{app}\Photos\Cartoon\CT03.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  31. Source: "{app}\Photos\Cartoon\CT04.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  32. Source: "{app}\Photos\Cartoon\CT04.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  33. Source: "{app}\Photos\Cartoon\CT05.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  34. Source: "{app}\Photos\Cartoon\CT05.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  35. Source: "{app}\Photos\Cartoon\CT06.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  36. Source: "{app}\Photos\Cartoon\CT06.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  37. Source: "{app}\Photos\Cartoon\CT07.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  38. Source: "{app}\Photos\Cartoon\CT07.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  39. Source: "{app}\Photos\Cartoon\CT08.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  40. Source: "{app}\Photos\Cartoon\CT08.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  41. Source: "{app}\Photos\Cartoon\CT10.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  42. Source: "{app}\Photos\Cartoon\CT10.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  43. Source: "{app}\Photos\Cartoon\CT11.fpr"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  44. Source: "{app}\Photos\Cartoon\CT11.jpg"; DestDir: "{app}\Photos\Cartoon"; Flags: ignoreversion 
  45. Source: "{app}\Photos\Funny\FN01.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  46. Source: "{app}\Photos\Funny\FN01.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  47. Source: "{app}\Photos\Funny\FN02.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  48. Source: "{app}\Photos\Funny\FN02.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  49. Source: "{app}\Photos\Funny\FN03.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  50. Source: "{app}\Photos\Funny\FN03.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  51. Source: "{app}\Photos\Funny\FN04.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  52. Source: "{app}\Photos\Funny\FN04.JPG"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  53. Source: "{app}\Photos\Funny\FN05.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  54. Source: "{app}\Photos\Funny\FN05.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  55. Source: "{app}\Photos\Funny\FN06.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  56. Source: "{app}\Photos\Funny\FN06.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  57. Source: "{app}\Photos\Funny\FN07.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  58. Source: "{app}\Photos\Funny\FN07.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  59. Source: "{app}\Photos\Funny\FN08.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  60. Source: "{app}\Photos\Funny\FN08.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  61. Source: "{app}\Photos\Funny\FN09.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  62. Source: "{app}\Photos\Funny\FN09.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  63. Source: "{app}\Photos\Funny\FN10.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  64. Source: "{app}\Photos\Funny\FN10.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  65. Source: "{app}\Photos\Funny\FN11.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  66. Source: "{app}\Photos\Funny\FN11.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  67. Source: "{app}\Photos\Funny\FN12.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  68. Source: "{app}\Photos\Funny\FN12.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  69. Source: "{app}\Photos\Funny\FN13.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  70. Source: "{app}\Photos\Funny\FN13.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  71. Source: "{app}\Photos\Funny\FN14.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  72. Source: "{app}\Photos\Funny\FN14.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  73. Source: "{app}\Photos\Funny\FN15.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  74. Source: "{app}\Photos\Funny\FN15.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  75. Source: "{app}\Photos\Funny\FN16.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  76. Source: "{app}\Photos\Funny\FN16.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  77. Source: "{app}\Photos\Funny\FN17.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  78. Source: "{app}\Photos\Funny\FN17.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  79. Source: "{app}\Photos\Funny\FN18.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  80. Source: "{app}\Photos\Funny\FN18.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  81. Source: "{app}\Photos\Funny\FN19.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  82. Source: "{app}\Photos\Funny\FN19.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  83. Source: "{app}\Photos\Funny\FN20.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  84. Source: "{app}\Photos\Funny\FN20.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  85. Source: "{app}\Photos\Funny\FN21.fpr"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  86. Source: "{app}\Photos\Funny\FN21.jpg"; DestDir: "{app}\Photos\Funny"; Flags: ignoreversion 
  87. Source: "{app}\Photos\Holiday\crs1.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  88. Source: "{app}\Photos\Holiday\crs10.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  89. Source: "{app}\Photos\Holiday\crs11.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  90. Source: "{app}\Photos\Holiday\crs12.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  91. Source: "{app}\Photos\Holiday\crs13.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  92. Source: "{app}\Photos\Holiday\crs14.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  93. Source: "{app}\Photos\Holiday\crs15.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  94. Source: "{app}\Photos\Holiday\crs16.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  95. Source: "{app}\Photos\Holiday\crs17.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  96. Source: "{app}\Photos\Holiday\crs18.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  97. Source: "{app}\Photos\Holiday\crs19.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  98. Source: "{app}\Photos\Holiday\crs2.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  99. Source: "{app}\Photos\Holiday\crs20.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  100. Source: "{app}\Photos\Holiday\crs3.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  101. Source: "{app}\Photos\Holiday\crs4.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  102. Source: "{app}\Photos\Holiday\crs5.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  103. Source: "{app}\Photos\Holiday\crs6.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  104. Source: "{app}\Photos\Holiday\crs7.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  105. Source: "{app}\Photos\Holiday\crs8.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  106. Source: "{app}\Photos\Holiday\crs9.jpg"; DestDir: "{app}\Photos\Holiday"; Flags: ignoreversion 
  107. Source: "{app}\Photos\MyPhoto\baby1.jpg"; DestDir: "{app}\Photos\MyPhoto"; Flags: ignoreversion 
  108. Source: "{app}\Photos\MyPhoto\bush.jpg"; DestDir: "{app}\Photos\MyPhoto"; Flags: ignoreversion 
  109. Source: "{app}\Photos\MyPhoto\dog.jpg"; DestDir: "{app}\Photos\MyPhoto"; Flags: ignoreversion 
  110. Source: "{app}\Photos\MyPhoto\gril1.jpg"; DestDir: "{app}\Photos\MyPhoto"; Flags: ignoreversion 
  111. Source: "{app}\Photos\MyPhoto\gril2.jpg"; DestDir: "{app}\Photos\MyPhoto"; Flags: ignoreversion 
  112. Source: "{app}\Photos\MyPhoto\leo.jpg"; DestDir: "{app}\Photos\MyPhoto"; Flags: ignoreversion 
  113. Source: "{app}\Photos\MyPhoto\monkey.jpg"; DestDir: "{app}\Photos\MyPhoto"; Flags: ignoreversion 
  114. Source: "{app}\Photos\MyTemplate\0Firmament.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  115. Source: "{app}\Photos\MyTemplate\0Firmament.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  116. Source: "{app}\Photos\MyTemplate\100.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  117. Source: "{app}\Photos\MyTemplate\100.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  118. Source: "{app}\Photos\MyTemplate\ASanta.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  119. Source: "{app}\Photos\MyTemplate\ASanta.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  120. Source: "{app}\Photos\MyTemplate\Basketball.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  121. Source: "{app}\Photos\MyTemplate\Basketball.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  122. Source: "{app}\Photos\MyTemplate\Beckham.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  123. Source: "{app}\Photos\MyTemplate\Beckham.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  124. Source: "{app}\Photos\MyTemplate\Bush.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  125. Source: "{app}\Photos\MyTemplate\Bush.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  126. Source: "{app}\Photos\MyTemplate\Flower.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  127. Source: "{app}\Photos\MyTemplate\Flower.JPG"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  128. Source: "{app}\Photos\MyTemplate\Golf.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  129. Source: "{app}\Photos\MyTemplate\Golf.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  130. Source: "{app}\Photos\MyTemplate\Matrix.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  131. Source: "{app}\Photos\MyTemplate\Matrix.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  132. Source: "{app}\Photos\MyTemplate\Monmaliza .fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  133. Source: "{app}\Photos\MyTemplate\Monmaliza .JPG"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  134. Source: "{app}\Photos\MyTemplate\t007.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  135. Source: "{app}\Photos\MyTemplate\t007.jpg"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  136. Source: "{app}\Photos\MyTemplate\Tarzan.fpr"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  137. Source: "{app}\Photos\MyTemplate\Tarzan.JPG"; DestDir: "{app}\Photos\MyTemplate"; Flags: ignoreversion 
  138. Source: "{app}\Photos\Role Play\RP01.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  139. Source: "{app}\Photos\Role Play\RP01.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  140. Source: "{app}\Photos\Role Play\RP02.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  141. Source: "{app}\Photos\Role Play\RP02.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  142. Source: "{app}\Photos\Role Play\RP03.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  143. Source: "{app}\Photos\Role Play\RP03.JPG"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  144. Source: "{app}\Photos\Role Play\RP04.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  145. Source: "{app}\Photos\Role Play\RP04.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  146. Source: "{app}\Photos\Role Play\RP05.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  147. Source: "{app}\Photos\Role Play\RP05.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  148. Source: "{app}\Photos\Role Play\RP06.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  149. Source: "{app}\Photos\Role Play\RP06.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  150. Source: "{app}\Photos\Role Play\RP07.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  151. Source: "{app}\Photos\Role Play\RP07.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  152. Source: "{app}\Photos\Role Play\RP08.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  153. Source: "{app}\Photos\Role Play\RP08.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  154. Source: "{app}\Photos\Role Play\RP09.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  155. Source: "{app}\Photos\Role Play\RP09.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  156. Source: "{app}\Photos\Role Play\RP10.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  157. Source: "{app}\Photos\Role Play\RP10.JPG"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  158. Source: "{app}\Photos\Role Play\RP11.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  159. Source: "{app}\Photos\Role Play\RP11.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  160. Source: "{app}\Photos\Role Play\RP12.fpr"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  161. Source: "{app}\Photos\Role Play\RP12.jpg"; DestDir: "{app}\Photos\Role Play"; Flags: ignoreversion 
  162. Source: "{app}\Photos\Show Bill\SB01.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  163. Source: "{app}\Photos\Show Bill\SB01.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  164. Source: "{app}\Photos\Show Bill\SB02.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  165. Source: "{app}\Photos\Show Bill\SB02.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  166. Source: "{app}\Photos\Show Bill\SB03.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  167. Source: "{app}\Photos\Show Bill\SB03.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  168. Source: "{app}\Photos\Show Bill\SB04.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  169. Source: "{app}\Photos\Show Bill\SB04.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  170. Source: "{app}\Photos\Show Bill\SB05.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  171. Source: "{app}\Photos\Show Bill\SB05.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  172. Source: "{app}\Photos\Show Bill\SB06.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  173. Source: "{app}\Photos\Show Bill\SB06.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  174. Source: "{app}\Photos\Show Bill\SB07.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  175. Source: "{app}\Photos\Show Bill\SB07.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  176. Source: "{app}\Photos\Show Bill\SB08.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  177. Source: "{app}\Photos\Show Bill\SB08.jpg"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  178. Source: "{app}\Photos\Show Bill\SB09.fpr"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  179. Source: "{app}\Photos\Show Bill\SB09.JPG"; DestDir: "{app}\Photos\Show Bill"; Flags: ignoreversion 
  180. Source: "{app}\Photos\Sports\SP01.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  181. Source: "{app}\Photos\Sports\SP01.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  182. Source: "{app}\Photos\Sports\SP02.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  183. Source: "{app}\Photos\Sports\SP02.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  184. Source: "{app}\Photos\Sports\SP03.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  185. Source: "{app}\Photos\Sports\SP03.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  186. Source: "{app}\Photos\Sports\SP04.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  187. Source: "{app}\Photos\Sports\SP04.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  188. Source: "{app}\Photos\Sports\SP05.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  189. Source: "{app}\Photos\Sports\SP05.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  190. Source: "{app}\Photos\Sports\SP06.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  191. Source: "{app}\Photos\Sports\SP06.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  192. Source: "{app}\Photos\Sports\SP07.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  193. Source: "{app}\Photos\Sports\SP07.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  194. Source: "{app}\Photos\Sports\SP08.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  195. Source: "{app}\Photos\Sports\SP08.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  196. Source: "{app}\Photos\Sports\SP09.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  197. Source: "{app}\Photos\Sports\SP09.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  198. Source: "{app}\Photos\Sports\SP10.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  199. Source: "{app}\Photos\Sports\SP10.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  200. Source: "{app}\Photos\Sports\SP11.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  201. Source: "{app}\Photos\Sports\SP11.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  202. Source: "{app}\Photos\Sports\SP12.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  203. Source: "{app}\Photos\Sports\SP12.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  204. Source: "{app}\Photos\Sports\SP13.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  205. Source: "{app}\Photos\Sports\SP13.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  206. Source: "{app}\Photos\Sports\SP14.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  207. Source: "{app}\Photos\Sports\SP14.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  208. Source: "{app}\Photos\Sports\SP15.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  209. Source: "{app}\Photos\Sports\SP15.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  210. Source: "{app}\Photos\Sports\SP16.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  211. Source: "{app}\Photos\Sports\SP16.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  212. Source: "{app}\Photos\Sports\SP17.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  213. Source: "{app}\Photos\Sports\SP17.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  214. Source: "{app}\Photos\Sports\SP18.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  215. Source: "{app}\Photos\Sports\SP18.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  216. Source: "{app}\Photos\Sports\SP19.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  217. Source: "{app}\Photos\Sports\SP19.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  218. Source: "{app}\Photos\Sports\SP20.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  219. Source: "{app}\Photos\Sports\SP20.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  220. Source: "{app}\Photos\Sports\SP21.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  221. Source: "{app}\Photos\Sports\SP21.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  222. Source: "{app}\Photos\Sports\SP22.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  223. Source: "{app}\Photos\Sports\SP22.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  224. Source: "{app}\Photos\Sports\SP23.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  225. Source: "{app}\Photos\Sports\SP23.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  226. Source: "{app}\Photos\Sports\SP24.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  227. Source: "{app}\Photos\Sports\SP24.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  228. Source: "{app}\Photos\Sports\SP25.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  229. Source: "{app}\Photos\Sports\SP25.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  230. Source: "{app}\Photos\Sports\SP26.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  231. Source: "{app}\Photos\Sports\SP26.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  232. Source: "{app}\Photos\Sports\SP27.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  233. Source: "{app}\Photos\Sports\SP27.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  234. Source: "{app}\Photos\Sports\SP28.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  235. Source: "{app}\Photos\Sports\SP28.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  236. Source: "{app}\Photos\Sports\SP29.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  237. Source: "{app}\Photos\Sports\SP29.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  238. Source: "{app}\Photos\Sports\SP30.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  239. Source: "{app}\Photos\Sports\SP30.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  240. Source: "{app}\Photos\Sports\SP31.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  241. Source: "{app}\Photos\Sports\SP31.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  242. Source: "{app}\Photos\Sports\SP32.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  243. Source: "{app}\Photos\Sports\SP32.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  244. Source: "{app}\Photos\Sports\SP33.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  245. Source: "{app}\Photos\Sports\SP33.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  246. Source: "{app}\Photos\Sports\SP34.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  247. Source: "{app}\Photos\Sports\SP34.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  248. Source: "{app}\Photos\Sports\SP37.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  249. Source: "{app}\Photos\Sports\SP37.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  250. Source: "{app}\Photos\Sports\SP38.fpr"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  251. Source: "{app}\Photos\Sports\SP38.jpg"; DestDir: "{app}\Photos\Sports"; Flags: ignoreversion 
  252. Source: "{app}\Photos\Statuary\ST01.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  253. Source: "{app}\Photos\Statuary\ST01.jpg"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  254. Source: "{app}\Photos\Statuary\ST02.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  255. Source: "{app}\Photos\Statuary\ST02.JPG"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  256. Source: "{app}\Photos\Statuary\ST03.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  257. Source: "{app}\Photos\Statuary\ST03.jpg"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  258. Source: "{app}\Photos\Statuary\ST04.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  259. Source: "{app}\Photos\Statuary\ST04.jpg"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  260. Source: "{app}\Photos\Statuary\ST05.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  261. Source: "{app}\Photos\Statuary\ST05.jpg"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  262. Source: "{app}\Photos\Statuary\ST06.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  263. Source: "{app}\Photos\Statuary\ST06.jpg"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  264. Source: "{app}\Photos\Statuary\ST07.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  265. Source: "{app}\Photos\Statuary\ST07.jpg"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  266. Source: "{app}\Photos\Statuary\ST08.fpr"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  267. Source: "{app}\Photos\Statuary\ST08.jpg"; DestDir: "{app}\Photos\Statuary"; Flags: ignoreversion 
  268. Source: "{app}\Mask\0.tmp"; DestDir: "{app}\Mask"; Flags: ignoreversion 
  269. Source: "{app}\Temp\0.tmp"; DestDir: "{app}\Temp"; Flags: ignoreversion 
  270. Source: "{app}\FunPhotor.exe"; DestDir: "{app}"; Flags: ignoreversion 
  271. Source: "{app}\Config.ini"; DestDir: "{app}"; Flags: ignoreversion 
  272. Source: "{app}\Help.CHM"; DestDir: "{app}"; Flags: ignoreversion 
  273. Source: "{app}\Lincence.dat"; DestDir: "{app}"; Flags: ignoreversion 
  274. Source: "{app}\Lincense.txt"; DestDir: "{app}"; Flags: ignoreversion 
  275. Source: "{app}\gdiplus.dll"; DestDir: "{app}"; Flags: ignoreversion 
  276. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  277. Source: "{app}\pad.xml"; DestDir: "{app}"; Flags: ignoreversion 
  278. Source: "{app}\video.htm"; DestDir: "{app}"; Flags: ignoreversion 
  279. Source: "{app}\video.swf"; DestDir: "{app}"; Flags: ignoreversion 
  280. [Run]
  281. Filename: "{app}\FunPhotor.exe"; Description: "{cm:LaunchProgram,FunPhotor}"; Flags: postinstall skipifsilent nowait
  282. [Icons]
  283. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FunPhotor"; Filename: "{app}\FunPhotor.exe"; WorkingDir: "{app}\"; Comment: "Put Your Face into Fun & Surprise Photos!"; 
  284. Name: "{userdesktop}\FunPhotor"; Filename: "{app}\FunPhotor.exe"; WorkingDir: "{app}\"; Comment: "Put Your Face into Fun & Surprise Photos!"; 
  285. Name: "{group}\FunPhotor"; Filename: "{app}\FunPhotor.exe"; WorkingDir: "{app}\"; 
  286. Name: "{group}\FunPhotor Home Page"; Filename: "http://www.funphotor.com/pindex.htm"; 
  287. Name: "{group}\FunPhotor Registration"; Filename: "http://www.funphotor.com/buynow/pbuynow.htm"; 
  288. Name: "{group}\FunPhotor Play Demo"; Filename: "{app}\video.htm"; WorkingDir: "{app}\"; 
  289. Name: "{group}\FunPhotor Help"; Filename: "{app}\Help.CHM"; WorkingDir: "{app}\"; 
  290. Name: "{group}\{cm:UninstallProgram,FunPhotor}"; Filename: "{uninstallexe}"; WorkingDir: "{app}\"; 
  291. [CustomMessages]
  292. default.NameAndVersion=%1 version %2
  293. default.AdditionalIcons=Additional icons:
  294. default.CreateDesktopIcon=Create a &desktop icon
  295. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  296. default.ProgramOnTheWeb=%1 on the Web
  297. default.UninstallProgram=Uninstall %1
  298. default.LaunchProgram=Launch %1
  299. default.AssocFileExtension=&Associate %1 with the %2 file extension
  300. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  301. [Languages]
  302. ; These files are stubs
  303. ; To achieve better results after recompilation, use the real language files
  304. Name: "default"; MessagesFile: "embedded\default.isl"; 
  305.