home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 February / maximum-cd-2009-02.iso / DiscContents / glest_3.1.2.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-12-02  |  196.4 KB  |  1,400 lines

  1. ;InnoSetupVersion=5.2.1
  2. [Setup]
  3. AppName=Glest
  4. AppVerName=Glest 3.1.2
  5. AppId=Glest
  6. AppPublisher=The Glest Team
  7. AppPublisherURL=http://www.glest.org
  8. AppSupportURL=http://www.glest.org
  9. AppUpdatesURL=http://www.glest.org
  10. DefaultDirName={pf}\Glest_3.1.2
  11. DefaultGroupName=Glest_3.1.2
  12. UninstallDisplayIcon=glest.ico
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\configuration.xml"; DestDir: "{app}"; 
  22. Source: "{app}\configurator.exe"; DestDir: "{app}"; 
  23. Source: "{app}\glest.exe"; DestDir: "{app}"; 
  24. Source: "{app}\glest.ico"; DestDir: "{app}"; 
  25. Source: "{app}\glest.ini"; DestDir: "{app}"; 
  26. Source: "{app}\glest_irc.url"; DestDir: "{app}"; 
  27. Source: "{app}\glest_web.url"; DestDir: "{app}"; 
  28. Source: "{app}\servers.ini"; DestDir: "{app}"; 
  29. Source: "{app}\xerces-c_2_3_0.dll"; DestDir: "{app}"; 
  30. Source: "{app}\data\core\faction_textures\faction0.tga"; DestDir: "{app}\data\core\faction_textures"; 
  31. Source: "{app}\data\core\faction_textures\faction1.tga"; DestDir: "{app}\data\core\faction_textures"; 
  32. Source: "{app}\data\core\faction_textures\faction2.tga"; DestDir: "{app}\data\core\faction_textures"; 
  33. Source: "{app}\data\core\faction_textures\faction3.tga"; DestDir: "{app}\data\core\faction_textures"; 
  34. Source: "{app}\data\core\menu\menu.xml"; DestDir: "{app}\data\core\menu"; 
  35. Source: "{app}\data\core\menu\about_models\character0.g3d"; DestDir: "{app}\data\core\menu\about_models"; 
  36. Source: "{app}\data\core\menu\about_models\character1.g3d"; DestDir: "{app}\data\core\menu\about_models"; 
  37. Source: "{app}\data\core\menu\about_models\character2.g3d"; DestDir: "{app}\data\core\menu\about_models"; 
  38. Source: "{app}\data\core\menu\about_models\character3.g3d"; DestDir: "{app}\data\core\menu\about_models"; 
  39. Source: "{app}\data\core\menu\about_models\character4.g3d"; DestDir: "{app}\data\core\menu\about_models"; 
  40. Source: "{app}\data\core\menu\about_models\texture_archer.tga"; DestDir: "{app}\data\core\menu\about_models"; 
  41. Source: "{app}\data\core\menu\about_models\texture_armored_swordman.tga"; DestDir: "{app}\data\core\menu\about_models"; 
  42. Source: "{app}\data\core\menu\about_models\texture_battle_mage.tga"; DestDir: "{app}\data\core\menu\about_models"; 
  43. Source: "{app}\data\core\menu\about_models\texture_mage_worker.tga"; DestDir: "{app}\data\core\menu\about_models"; 
  44. Source: "{app}\data\core\menu\about_models\texture_mapa #1.tga"; DestDir: "{app}\data\core\menu\about_models"; 
  45. Source: "{app}\data\core\menu\about_models\texture_swordman.tga"; DestDir: "{app}\data\core\menu\about_models"; 
  46. Source: "{app}\data\core\menu\about_models\texture_worker.tga"; DestDir: "{app}\data\core\menu\about_models"; 
  47. Source: "{app}\data\core\menu\about_models\tree1.g3d"; DestDir: "{app}\data\core\menu\about_models"; 
  48. Source: "{app}\data\core\menu\main_model\menu_main.g3d"; DestDir: "{app}\data\core\menu\main_model"; 
  49. Source: "{app}\data\core\menu\main_model\texture_airship.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  50. Source: "{app}\data\core\menu\main_model\texture_archmage_tower.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  51. Source: "{app}\data\core\menu\main_model\texture_big_stone.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  52. Source: "{app}\data\core\menu\main_model\texture_canopy_tree_1.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  53. Source: "{app}\data\core\menu\main_model\texture_canopy_tree_2.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  54. Source: "{app}\data\core\menu\main_model\texture_castle.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  55. Source: "{app}\data\core\menu\main_model\texture_grass.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  56. Source: "{app}\data\core\menu\main_model\texture_mage_tower.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  57. Source: "{app}\data\core\menu\main_model\texture_Map #10.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  58. Source: "{app}\data\core\menu\main_model\texture_skull.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  59. Source: "{app}\data\core\menu\main_model\texture_sky.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  60. Source: "{app}\data\core\menu\main_model\texture_trunk.tga"; DestDir: "{app}\data\core\menu\main_model"; 
  61. Source: "{app}\data\core\menu\music\intro_music.ogg"; DestDir: "{app}\data\core\menu\music"; 
  62. Source: "{app}\data\core\menu\music\menu_music.ogg"; DestDir: "{app}\data\core\menu\music"; 
  63. Source: "{app}\data\core\menu\sound\click_a.wav"; DestDir: "{app}\data\core\menu\sound"; 
  64. Source: "{app}\data\core\menu\sound\click_b.wav"; DestDir: "{app}\data\core\menu\sound"; 
  65. Source: "{app}\data\core\menu\sound\click_c.wav"; DestDir: "{app}\data\core\menu\sound"; 
  66. Source: "{app}\data\core\menu\sound\click_d.wav"; DestDir: "{app}\data\core\menu\sound"; 
  67. Source: "{app}\data\core\menu\textures\back.tga"; DestDir: "{app}\data\core\menu\textures"; 
  68. Source: "{app}\data\core\menu\textures\button_big.tga"; DestDir: "{app}\data\core\menu\textures"; 
  69. Source: "{app}\data\core\menu\textures\button_small.tga"; DestDir: "{app}\data\core\menu\textures"; 
  70. Source: "{app}\data\core\menu\textures\custom_texture.tga"; DestDir: "{app}\data\core\menu\textures"; 
  71. Source: "{app}\data\core\menu\textures\logo.tga"; DestDir: "{app}\data\core\menu\textures"; 
  72. Source: "{app}\data\core\menu\textures\water.tga"; DestDir: "{app}\data\core\menu\textures"; 
  73. Source: "{app}\data\core\misc_textures\fire_particle.tga"; DestDir: "{app}\data\core\misc_textures"; 
  74. Source: "{app}\data\core\misc_textures\snow_particle.tga"; DestDir: "{app}\data\core\misc_textures"; 
  75. Source: "{app}\data\core\misc_textures\water_splash.tga"; DestDir: "{app}\data\core\misc_textures"; 
  76. Source: "{app}\data\core\water_sounds\water0.wav"; DestDir: "{app}\data\core\water_sounds"; 
  77. Source: "{app}\data\core\water_sounds\water1.wav"; DestDir: "{app}\data\core\water_sounds"; 
  78. Source: "{app}\data\core\water_sounds\water2.wav"; DestDir: "{app}\data\core\water_sounds"; 
  79. Source: "{app}\data\core\water_sounds\water3.wav"; DestDir: "{app}\data\core\water_sounds"; 
  80. Source: "{app}\data\core\water_sounds\water4.wav"; DestDir: "{app}\data\core\water_sounds"; 
  81. Source: "{app}\data\core\water_sounds\water5.wav"; DestDir: "{app}\data\core\water_sounds"; 
  82. Source: "{app}\data\lang\english.lng"; DestDir: "{app}\data\lang"; 
  83. Source: "{app}\data\lang\espa
  84. ol.lng"; DestDir: "{app}\data\lang"; 
  85. Source: "{app}\data\lang\galego.lng"; DestDir: "{app}\data\lang"; 
  86. Source: "{app}\techs\magitech\magitech.xml"; DestDir: "{app}\techs\magitech"; 
  87. Source: "{app}\techs\magitech\factions\magic\magic.xml"; DestDir: "{app}\techs\magitech\factions\magic"; 
  88. Source: "{app}\techs\magitech\factions\magic\music\music_magic.ogg"; DestDir: "{app}\techs\magitech\factions\magic\music"; 
  89. Source: "{app}\techs\magitech\factions\magic\units\archmage\archmage.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage"; 
  90. Source: "{app}\techs\magitech\factions\magic\units\archmage\fire_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage"; 
  91. Source: "{app}\techs\magitech\factions\magic\units\archmage\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage"; 
  92. Source: "{app}\techs\magitech\factions\magic\units\archmage\particle_proj2.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage"; 
  93. Source: "{app}\techs\magitech\factions\magic\units\archmage\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage"; 
  94. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\archmage.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  95. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\archmage_ice_nova.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  96. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\archmage_particle.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  97. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\archmage_static_fire.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  98. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\magic_cancel.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  99. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\magic_hold.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  100. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\magic_move.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  101. Source: "{app}\techs\magitech\factions\magic\units\archmage\images\magic_stop.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\images"; 
  102. Source: "{app}\techs\magitech\factions\magic\units\archmage\models\archmage_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\models"; 
  103. Source: "{app}\techs\magitech\factions\magic\units\archmage\models\archmage_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\models"; 
  104. Source: "{app}\techs\magitech\factions\magic\units\archmage\models\archmage_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\models"; 
  105. Source: "{app}\techs\magitech\factions\magic\units\archmage\models\archmage_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\models"; 
  106. Source: "{app}\techs\magitech\factions\magic\units\archmage\models\texture_archmage.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\models"; 
  107. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  108. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  109. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  110. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  111. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  112. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_ack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  113. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_ack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  114. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  115. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack11.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  116. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack12.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  117. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack13.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  118. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack15.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  119. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack16.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  120. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack17.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  121. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack18.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  122. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack19.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  123. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  124. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack20.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  125. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack21.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  126. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack22.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  127. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack23.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  128. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack24.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  129. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  130. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  131. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  132. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_attack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  133. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  134. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  135. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_hit1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  136. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_hit2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  137. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_hit3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  138. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_hit4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  139. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  140. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  141. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  142. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  143. Source: "{app}\techs\magitech\factions\magic\units\archmage\sounds\archmage_select5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage\sounds"; 
  144. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\archmage_tower.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower"; 
  145. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\images\archmage_tower.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\images"; 
  146. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\models\archmage_tower.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\models"; 
  147. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\models\texture_archmage_tower.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\models"; 
  148. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_building_fall1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  149. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_building_fall2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  150. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_building_fall3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  151. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_building_fall4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  152. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_building_fall5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  153. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_building_fall6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  154. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_building_fall7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  155. Source: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds\magic_click.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\archmage_tower\sounds"; 
  156. Source: "{app}\techs\magitech\factions\magic\units\battlemage\battlemage.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage"; 
  157. Source: "{app}\techs\magitech\factions\magic\units\battlemage\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage"; 
  158. Source: "{app}\techs\magitech\factions\magic\units\battlemage\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage"; 
  159. Source: "{app}\techs\magitech\factions\magic\units\battlemage\images\battlemage.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\images"; 
  160. Source: "{app}\techs\magitech\factions\magic\units\battlemage\images\battlemage_fire_bolt.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\images"; 
  161. Source: "{app}\techs\magitech\factions\magic\units\battlemage\images\battlemage_particle.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\images"; 
  162. Source: "{app}\techs\magitech\factions\magic\units\battlemage\models\battlemage_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\models"; 
  163. Source: "{app}\techs\magitech\factions\magic\units\battlemage\models\battlemage_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\models"; 
  164. Source: "{app}\techs\magitech\factions\magic\units\battlemage\models\battlemage_morphing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\models"; 
  165. Source: "{app}\techs\magitech\factions\magic\units\battlemage\models\battlemage_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\models"; 
  166. Source: "{app}\techs\magitech\factions\magic\units\battlemage\models\battlemage_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\models"; 
  167. Source: "{app}\techs\magitech\factions\magic\units\battlemage\models\texture_battle_mage.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\models"; 
  168. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  169. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  170. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  171. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  172. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  173. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  174. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  175. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  176. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  177. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_ack9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  178. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  179. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  180. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  181. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  182. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  183. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  184. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  185. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_attack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  186. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  187. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  188. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  189. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_hit1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  190. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_hit2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  191. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_hit3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  192. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_hit4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  193. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  194. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  195. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select11.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  196. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select12.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  197. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select13.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  198. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select14.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  199. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  200. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  201. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  202. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  203. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  204. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  205. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  206. Source: "{app}\techs\magitech\factions\magic\units\battlemage\sounds\battlemage_select9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\battlemage\sounds"; 
  207. Source: "{app}\techs\magitech\factions\magic\units\behemoth\behemoth.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth"; 
  208. Source: "{app}\techs\magitech\factions\magic\units\behemoth\images\behemoth.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\images"; 
  209. Source: "{app}\techs\magitech\factions\magic\units\behemoth\images\behemoth_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\images"; 
  210. Source: "{app}\techs\magitech\factions\magic\units\behemoth\models\behemoth_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\models"; 
  211. Source: "{app}\techs\magitech\factions\magic\units\behemoth\models\behemoth_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\models"; 
  212. Source: "{app}\techs\magitech\factions\magic\units\behemoth\models\behemoth_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\models"; 
  213. Source: "{app}\techs\magitech\factions\magic\units\behemoth\models\behemoth_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\models"; 
  214. Source: "{app}\techs\magitech\factions\magic\units\behemoth\models\texture_daemon_giant.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\models"; 
  215. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  216. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  217. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  218. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  219. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  220. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_ack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  221. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1a.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  222. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1b.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  223. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1c.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  224. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1d.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  225. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1e.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  226. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1f.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  227. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1g.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  228. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_attack1h.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  229. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  230. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  231. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  232. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_die4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  233. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  234. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  235. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  236. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  237. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_walk1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  238. Source: "{app}\techs\magitech\factions\magic\units\behemoth\sounds\behemoth_walk2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\behemoth\sounds"; 
  239. Source: "{app}\techs\magitech\factions\magic\units\daemon\daemon.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon"; 
  240. Source: "{app}\techs\magitech\factions\magic\units\daemon\images\daemon.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\images"; 
  241. Source: "{app}\techs\magitech\factions\magic\units\daemon\images\daemon_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\images"; 
  242. Source: "{app}\techs\magitech\factions\magic\units\daemon\models\daemon_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\models"; 
  243. Source: "{app}\techs\magitech\factions\magic\units\daemon\models\daemon_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\models"; 
  244. Source: "{app}\techs\magitech\factions\magic\units\daemon\models\daemon_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\models"; 
  245. Source: "{app}\techs\magitech\factions\magic\units\daemon\models\daemon_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\models"; 
  246. Source: "{app}\techs\magitech\factions\magic\units\daemon\models\texture_creature.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\models"; 
  247. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  248. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  249. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  250. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  251. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  252. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  253. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  254. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack11.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  255. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack12.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  256. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack13.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  257. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack14.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  258. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack15.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  259. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack16.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  260. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  261. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  262. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  263. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  264. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  265. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  266. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  267. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_attack9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  268. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  269. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  270. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  271. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_die4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  272. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  273. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  274. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  275. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  276. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_select5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  277. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_select6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  278. Source: "{app}\techs\magitech\factions\magic\units\daemon\sounds\daemon_select7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\daemon\sounds"; 
  279. Source: "{app}\techs\magitech\factions\magic\units\dragon\dragon.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon"; 
  280. Source: "{app}\techs\magitech\factions\magic\units\dragon\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon"; 
  281. Source: "{app}\techs\magitech\factions\magic\units\dragon\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon"; 
  282. Source: "{app}\techs\magitech\factions\magic\units\dragon\images\dragon.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\images"; 
  283. Source: "{app}\techs\magitech\factions\magic\units\dragon\images\dragon_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\images"; 
  284. Source: "{app}\techs\magitech\factions\magic\units\dragon\images\dragon_particle_proj.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\images"; 
  285. Source: "{app}\techs\magitech\factions\magic\units\dragon\models\dragon_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\models"; 
  286. Source: "{app}\techs\magitech\factions\magic\units\dragon\models\dragon_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\models"; 
  287. Source: "{app}\techs\magitech\factions\magic\units\dragon\models\dragon_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\models"; 
  288. Source: "{app}\techs\magitech\factions\magic\units\dragon\models\dragon_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\models"; 
  289. Source: "{app}\techs\magitech\factions\magic\units\dragon\models\texture_dragon.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\models"; 
  290. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  291. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  292. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  293. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  294. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  295. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  296. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  297. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  298. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_hit1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  299. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_hit2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  300. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_hit3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  301. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_hit4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  302. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  303. Source: "{app}\techs\magitech\factions\magic\units\dragon\sounds\dragon_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\dragon\sounds"; 
  304. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\drake_rider.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider"; 
  305. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider"; 
  306. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\particle_proj_air.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider"; 
  307. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider"; 
  308. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\particle_splash_air.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider"; 
  309. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\images\drake_rider.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\images"; 
  310. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\images\fire_breath_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\images"; 
  311. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\images\flare_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\images"; 
  312. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\models\drake_rider_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\models"; 
  313. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\models\drake_rider_attacking2.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\models"; 
  314. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\models\drake_rider_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\models"; 
  315. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\models\drake_rider_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\models"; 
  316. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\models\drake_rider_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\models"; 
  317. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\models\texture_dragon_rider.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\models"; 
  318. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  319. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  320. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  321. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  322. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_attack.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  323. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  324. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  325. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  326. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_die4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  327. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  328. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  329. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  330. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  331. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_walk1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  332. Source: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds\dr_walk2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\drake_rider\sounds"; 
  333. Source: "{app}\techs\magitech\factions\magic\units\energy_source\energy_source.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\energy_source"; 
  334. Source: "{app}\techs\magitech\factions\magic\units\energy_source\images\energy_source.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\energy_source\images"; 
  335. Source: "{app}\techs\magitech\factions\magic\units\energy_source\models\energy_source.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\energy_source\models"; 
  336. Source: "{app}\techs\magitech\factions\magic\units\energy_source\models\texture_energy_source.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\energy_source\models"; 
  337. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\ghost_armor.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor"; 
  338. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\images\ghost_armor.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\images"; 
  339. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\images\ghost_armor_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\images"; 
  340. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\models\ghost_armor_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\models"; 
  341. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\models\ghost_armor_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\models"; 
  342. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\models\ghost_armor_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\models"; 
  343. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\models\ghost_armor_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\models"; 
  344. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\models\texture_magic_armor.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\models"; 
  345. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  346. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  347. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  348. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  349. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  350. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  351. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  352. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_ack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  353. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  354. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  355. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  356. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  357. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  358. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  359. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  360. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  361. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  362. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_attack9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  363. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  364. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  365. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  366. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_die4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  367. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_die5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  368. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  369. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  370. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  371. Source: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds\ghost_armor_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\ghost_armor\sounds"; 
  372. Source: "{app}\techs\magitech\factions\magic\units\golem\golem.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\golem"; 
  373. Source: "{app}\techs\magitech\factions\magic\units\golem\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\golem"; 
  374. Source: "{app}\techs\magitech\factions\magic\units\golem\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\golem"; 
  375. Source: "{app}\techs\magitech\factions\magic\units\golem\images\catapult_particle_proj.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\images"; 
  376. Source: "{app}\techs\magitech\factions\magic\units\golem\images\catapult_particle_splash.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\images"; 
  377. Source: "{app}\techs\magitech\factions\magic\units\golem\images\golem.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\images"; 
  378. Source: "{app}\techs\magitech\factions\magic\units\golem\images\golem_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\images"; 
  379. Source: "{app}\techs\magitech\factions\magic\units\golem\models\golem_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  380. Source: "{app}\techs\magitech\factions\magic\units\golem\models\golem_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  381. Source: "{app}\techs\magitech\factions\magic\units\golem\models\golem_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  382. Source: "{app}\techs\magitech\factions\magic\units\golem\models\golem_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  383. Source: "{app}\techs\magitech\factions\magic\units\golem\models\golem_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  384. Source: "{app}\techs\magitech\factions\magic\units\golem\models\stone_model.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  385. Source: "{app}\techs\magitech\factions\magic\units\golem\models\texture_golem.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  386. Source: "{app}\techs\magitech\factions\magic\units\golem\models\texture_stone.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\models"; 
  387. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  388. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  389. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack11.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  390. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  391. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  392. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  393. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  394. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  395. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  396. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  397. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_ack9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  398. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  399. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  400. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  401. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  402. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_hit1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  403. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_hit2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  404. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  405. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  406. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select11.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  407. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  408. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  409. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  410. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  411. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  412. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  413. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  414. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_select9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  415. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_walk1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  416. Source: "{app}\techs\magitech\factions\magic\units\golem\sounds\golem_walk2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\golem\sounds"; 
  417. Source: "{app}\techs\magitech\factions\magic\units\initiate\initiate.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate"; 
  418. Source: "{app}\techs\magitech\factions\magic\units\initiate\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate"; 
  419. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\golem.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  420. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\initiate.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  421. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\initiate_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  422. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\initiate_build.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  423. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\initiate_harvest.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  424. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\initiate_harvest_wood.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  425. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\initiate_particle.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  426. Source: "{app}\techs\magitech\factions\magic\units\initiate\images\initiate_repair.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\images"; 
  427. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  428. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_building.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  429. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  430. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_harvesting.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  431. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_morphing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  432. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_repairing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  433. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  434. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_standing_loaded.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  435. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_standing_loaded_wood.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  436. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  437. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_walking_loaded.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  438. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\initiate_walking_loaded_wood.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  439. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\texture_mage_worker.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  440. Source: "{app}\techs\magitech\factions\magic\units\initiate\models\texture_wood.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\models"; 
  441. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  442. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  443. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  444. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  445. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  446. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  447. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  448. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  449. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_ack9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  450. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  451. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  452. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  453. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  454. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  455. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  456. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  457. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_attack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  458. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_build1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  459. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_build2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  460. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_build3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  461. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  462. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  463. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  464. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_harvest1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  465. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_harvest2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  466. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_harvest3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  467. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_harvest4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  468. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_hit1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  469. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_hit2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  470. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_hit3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  471. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_hit4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  472. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_select1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  473. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  474. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  475. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_select4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  476. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_select5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  477. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_work_end1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  478. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_work_end2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  479. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_work_start1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  480. Source: "{app}\techs\magitech\factions\magic\units\initiate\sounds\initiate_work_start2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\initiate\sounds"; 
  481. Source: "{app}\techs\magitech\factions\magic\units\library\library.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\library"; 
  482. Source: "{app}\techs\magitech\factions\magic\units\library\images\library.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\library\images"; 
  483. Source: "{app}\techs\magitech\factions\magic\units\library\models\library.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\library\models"; 
  484. Source: "{app}\techs\magitech\factions\magic\units\library\models\library_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\library\models"; 
  485. Source: "{app}\techs\magitech\factions\magic\units\library\models\texture_library.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\library\models"; 
  486. Source: "{app}\techs\magitech\factions\magic\units\library\models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\library\models"; 
  487. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\mage_tower.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower"; 
  488. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models\archmage_tower_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models"; 
  489. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models\energy_source_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models"; 
  490. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models"; 
  491. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models\tower_of_souls_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\construction_models"; 
  492. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\archmage_tower_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  493. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\energy_source_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  494. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\library_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  495. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\mage_tower_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  496. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\summoner_guild_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  497. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\texture_ashes_magic.tga.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  498. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\wicker_behemoth_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  499. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models\wicker_daemon_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\destruction_models"; 
  500. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\images\mage_tower.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\images"; 
  501. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\images\meeting_point.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\images"; 
  502. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\models\mage_tower.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\models"; 
  503. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\models\mage_tower_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\models"; 
  504. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\models\texture_mage_tower.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\models"; 
  505. Source: "{app}\techs\magitech\factions\magic\units\mage_tower\models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\mage_tower\models"; 
  506. Source: "{app}\techs\magitech\factions\magic\units\summoner\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner"; 
  507. Source: "{app}\techs\magitech\factions\magic\units\summoner\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner"; 
  508. Source: "{app}\techs\magitech\factions\magic\units\summoner\summoner.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner"; 
  509. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  510. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner_armor.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  511. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner_armour.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  512. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner_attack.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  513. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner_daemon.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  514. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner_dragon.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  515. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner_particle_proj.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  516. Source: "{app}\techs\magitech\factions\magic\units\summoner\images\summoner_particle_splash.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\images"; 
  517. Source: "{app}\techs\magitech\factions\magic\units\summoner\models\summoner_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\models"; 
  518. Source: "{app}\techs\magitech\factions\magic\units\summoner\models\summoner_dying.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\models"; 
  519. Source: "{app}\techs\magitech\factions\magic\units\summoner\models\summoner_producing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\models"; 
  520. Source: "{app}\techs\magitech\factions\magic\units\summoner\models\summoner_standing.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\models"; 
  521. Source: "{app}\techs\magitech\factions\magic\units\summoner\models\summoner_walking.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\models"; 
  522. Source: "{app}\techs\magitech\factions\magic\units\summoner\models\texture_elementalist.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\models"; 
  523. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  524. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  525. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack11.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  526. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack12.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  527. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  528. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  529. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  530. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  531. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  532. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  533. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  534. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_ack9.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  535. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  536. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  537. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  538. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  539. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  540. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  541. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  542. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_attack8.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  543. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_die1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  544. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_die2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  545. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_die3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  546. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_die4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  547. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_die5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  548. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_hit1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  549. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_hit2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  550. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_hit3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  551. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_hit4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  552. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select10.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  553. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select11.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  554. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select14.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  555. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select15.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  556. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select16.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  557. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select17.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  558. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  559. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  560. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  561. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  562. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_select7.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  563. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_summon1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  564. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_summon2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  565. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_summon3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  566. Source: "{app}\techs\magitech\factions\magic\units\summoner\sounds\summoner_summon4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner\sounds"; 
  567. Source: "{app}\techs\magitech\factions\magic\units\summoner_guild\summoner_guild.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner_guild"; 
  568. Source: "{app}\techs\magitech\factions\magic\units\summoner_guild\images\summoner_guild.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner_guild\images"; 
  569. Source: "{app}\techs\magitech\factions\magic\units\summoner_guild\models\summoner_guild.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner_guild\models"; 
  570. Source: "{app}\techs\magitech\factions\magic\units\summoner_guild\models\summoner_guild_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner_guild\models"; 
  571. Source: "{app}\techs\magitech\factions\magic\units\summoner_guild\models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner_guild\models"; 
  572. Source: "{app}\techs\magitech\factions\magic\units\summoner_guild\models\texture_summoner_guild.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\summoner_guild\models"; 
  573. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls"; 
  574. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls"; 
  575. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\tower_of_souls.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls"; 
  576. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images\initiate_particle.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images"; 
  577. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images\towers_of_wouls_attack_off.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images"; 
  578. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images\towers_of_wouls_attack_on.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images"; 
  579. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images\tower_of_souls.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images"; 
  580. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images\tower_of_souls_attack_off.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images"; 
  581. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images\tower_of_souls_attack_on.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\images"; 
  582. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models\texture_skull.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models"; 
  583. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models\texture_tower_of_souls.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models"; 
  584. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models\tower_of_souls.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models"; 
  585. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models\tower_of_souls_projectile.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\models"; 
  586. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_attack1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  587. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_attack2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  588. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_attack3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  589. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_attack4.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  590. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_attack5.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  591. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_attack6.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  592. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_hit1.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  593. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_hit2.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  594. Source: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds\tower_hit3.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\tower_of_souls\sounds"; 
  595. Source: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\wicker_behemoth.xml"; DestDir: "{app}\techs\magitech\factions\magic\units\wicker_behemoth"; 
  596. Source: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\images\wicker_behemoth.bmp"; DestDir: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\images"; 
  597. Source: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models\texture_wicker_daemon.tga"; DestDir: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models"; 
  598. Source: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models\wicker_behemoth.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models"; 
  599. Source: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models\wicker_behemoth_construction.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models"; 
  600. Source: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models\wicker_behemoth_morph.g3d"; DestDir: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\models"; 
  601. Source: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\sounds\wicker_fire.wav"; DestDir: "{app}\techs\magitech\factions\magic\units\wicker_behemoth\sounds"; 
  602. Source: "{app}\techs\magitech\factions\magic\upgrades\ancient_summoning\ancient_summoning.xml"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\ancient_summoning"; 
  603. Source: "{app}\techs\magitech\factions\magic\upgrades\ancient_summoning\images\ancient_summoning.bmp"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\ancient_summoning\images"; 
  604. Source: "{app}\techs\magitech\factions\magic\upgrades\ancient_summoning\images\magic_upgrade_cancel.bmp"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\ancient_summoning\images"; 
  605. Source: "{app}\techs\magitech\factions\magic\upgrades\dragon_call\dragon_call.xml"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\dragon_call"; 
  606. Source: "{app}\techs\magitech\factions\magic\upgrades\dragon_call\images\dragon_call.bmp"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\dragon_call\images"; 
  607. Source: "{app}\techs\magitech\factions\magic\upgrades\energy_compression\energy_compression.xml"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\energy_compression"; 
  608. Source: "{app}\techs\magitech\factions\magic\upgrades\energy_compression\images\energy_compression.bmp"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\energy_compression\images"; 
  609. Source: "{app}\techs\magitech\factions\magic\upgrades\energy_sharpening\energy_sharpening.xml"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\energy_sharpening"; 
  610. Source: "{app}\techs\magitech\factions\magic\upgrades\energy_sharpening\images\energy_sharpening.bmp"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\energy_sharpening\images"; 
  611. Source: "{app}\techs\magitech\factions\magic\upgrades\hell_gate\hell_gate.xml"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\hell_gate"; 
  612. Source: "{app}\techs\magitech\factions\magic\upgrades\hell_gate\images\hell_gate.bmp"; DestDir: "{app}\techs\magitech\factions\magic\upgrades\hell_gate\images"; 
  613. Source: "{app}\techs\magitech\factions\tech\tech.xml"; DestDir: "{app}\techs\magitech\factions\tech"; 
  614. Source: "{app}\techs\magitech\factions\tech\music\music_tech.ogg"; DestDir: "{app}\techs\magitech\factions\tech\music"; 
  615. Source: "{app}\techs\magitech\factions\tech\units\aerodrome\aerodrome.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\aerodrome"; 
  616. Source: "{app}\techs\magitech\factions\tech\units\aerodrome\images\aerodrome.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\aerodrome\images"; 
  617. Source: "{app}\techs\magitech\factions\tech\units\aerodrome\models\aerodrome.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\aerodrome\models"; 
  618. Source: "{app}\techs\magitech\factions\tech\units\aerodrome\models\aerodrome_airship.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\aerodrome\models"; 
  619. Source: "{app}\techs\magitech\factions\tech\units\aerodrome\models\aerodrome_construction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\aerodrome\models"; 
  620. Source: "{app}\techs\magitech\factions\tech\units\aerodrome\models\aerodrome_ornithopter.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\aerodrome\models"; 
  621. Source: "{app}\techs\magitech\factions\tech\units\aerodrome\models\texture_map #0.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\aerodrome\models"; 
  622. Source: "{app}\techs\magitech\factions\tech\units\airship\airship.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\airship"; 
  623. Source: "{app}\techs\magitech\factions\tech\units\airship\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\airship"; 
  624. Source: "{app}\techs\magitech\factions\tech\units\airship\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\airship"; 
  625. Source: "{app}\techs\magitech\factions\tech\units\airship\images\airship.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\images"; 
  626. Source: "{app}\techs\magitech\factions\tech\units\airship\images\airship_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\images"; 
  627. Source: "{app}\techs\magitech\factions\tech\units\airship\models\airship_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\models"; 
  628. Source: "{app}\techs\magitech\factions\tech\units\airship\models\airship_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\models"; 
  629. Source: "{app}\techs\magitech\factions\tech\units\airship\models\airship_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\models"; 
  630. Source: "{app}\techs\magitech\factions\tech\units\airship\models\airship_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\models"; 
  631. Source: "{app}\techs\magitech\factions\tech\units\airship\models\rocket.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\models"; 
  632. Source: "{app}\techs\magitech\factions\tech\units\airship\models\texture_airship.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\models"; 
  633. Source: "{app}\techs\magitech\factions\tech\units\airship\sounds\airship_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\sounds"; 
  634. Source: "{app}\techs\magitech\factions\tech\units\airship\sounds\airship_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\sounds"; 
  635. Source: "{app}\techs\magitech\factions\tech\units\airship\sounds\airship_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\sounds"; 
  636. Source: "{app}\techs\magitech\factions\tech\units\airship\sounds\airship_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\sounds"; 
  637. Source: "{app}\techs\magitech\factions\tech\units\airship\sounds\airship_fly.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\sounds"; 
  638. Source: "{app}\techs\magitech\factions\tech\units\airship\sounds\airship_hit.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\airship\sounds"; 
  639. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\air_ballista.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista"; 
  640. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista"; 
  641. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista"; 
  642. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\images\air_ballista.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\images"; 
  643. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\images\air_ballista_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\images"; 
  644. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\images\air_ballista_attack_off.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\images"; 
  645. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\models\air_ballista_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\models"; 
  646. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\models\air_ballista_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\models"; 
  647. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\models\air_ballista_morphing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\models"; 
  648. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\models\air_ballista_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\models"; 
  649. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\models\arrow.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\models"; 
  650. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\models\texture_air_ballista.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\models"; 
  651. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds\ab_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds"; 
  652. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds\ab_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds"; 
  653. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds\ab_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds"; 
  654. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds\ab_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds"; 
  655. Source: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds\ab_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\air_ballista\sounds"; 
  656. Source: "{app}\techs\magitech\factions\tech\units\archer\archer.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\archer"; 
  657. Source: "{app}\techs\magitech\factions\tech\units\archer\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\archer"; 
  658. Source: "{app}\techs\magitech\factions\tech\units\archer\images\archer.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\images"; 
  659. Source: "{app}\techs\magitech\factions\tech\units\archer\images\archer_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\images"; 
  660. Source: "{app}\techs\magitech\factions\tech\units\archer\images\archer_particle.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\images"; 
  661. Source: "{app}\techs\magitech\factions\tech\units\archer\images\tech_cancel.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\images"; 
  662. Source: "{app}\techs\magitech\factions\tech\units\archer\images\tech_hold.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\images"; 
  663. Source: "{app}\techs\magitech\factions\tech\units\archer\images\tech_move.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\images"; 
  664. Source: "{app}\techs\magitech\factions\tech\units\archer\images\tech_stop.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\images"; 
  665. Source: "{app}\techs\magitech\factions\tech\units\archer\models\archer_arrow.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\models"; 
  666. Source: "{app}\techs\magitech\factions\tech\units\archer\models\archer_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\models"; 
  667. Source: "{app}\techs\magitech\factions\tech\units\archer\models\archer_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\models"; 
  668. Source: "{app}\techs\magitech\factions\tech\units\archer\models\archer_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\models"; 
  669. Source: "{app}\techs\magitech\factions\tech\units\archer\models\archer_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\models"; 
  670. Source: "{app}\techs\magitech\factions\tech\units\archer\models\texture_archer.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\models"; 
  671. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  672. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  673. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  674. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack12.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  675. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack13.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  676. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack14.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  677. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack15.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  678. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  679. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  680. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  681. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  682. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  683. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  684. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  685. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_ack9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  686. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  687. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  688. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_attack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  689. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_attack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  690. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  691. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  692. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  693. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_die4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  694. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  695. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  696. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  697. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  698. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  699. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  700. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  701. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  702. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  703. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  704. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\archer_select9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  705. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\arrow_hit1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  706. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\arrow_hit2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  707. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\arrow_hit3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  708. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\arrow_hit4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  709. Source: "{app}\techs\magitech\factions\tech\units\archer\sounds\arrow_hit5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\archer\sounds"; 
  710. Source: "{app}\techs\magitech\factions\tech\units\barracks\barracks.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks"; 
  711. Source: "{app}\techs\magitech\factions\tech\units\barracks\images\barracks.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\images"; 
  712. Source: "{app}\techs\magitech\factions\tech\units\barracks\images\meeting_point.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\images"; 
  713. Source: "{app}\techs\magitech\factions\tech\units\barracks\models\barracks.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\models"; 
  714. Source: "{app}\techs\magitech\factions\tech\units\barracks\models\texture_barracks.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\models"; 
  715. Source: "{app}\techs\magitech\factions\tech\units\barracks\sounds\tech_building_fall1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\sounds"; 
  716. Source: "{app}\techs\magitech\factions\tech\units\barracks\sounds\tech_building_fall2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\sounds"; 
  717. Source: "{app}\techs\magitech\factions\tech\units\barracks\sounds\tech_building_fall3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\sounds"; 
  718. Source: "{app}\techs\magitech\factions\tech\units\barracks\sounds\tech_building_fall4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\sounds"; 
  719. Source: "{app}\techs\magitech\factions\tech\units\barracks\sounds\tech_building_fall5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\sounds"; 
  720. Source: "{app}\techs\magitech\factions\tech\units\barracks\sounds\tech_building_fall6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\sounds"; 
  721. Source: "{app}\techs\magitech\factions\tech\units\barracks\sounds\tech_click.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\barracks\sounds"; 
  722. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\battle_machine.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine"; 
  723. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine"; 
  724. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine"; 
  725. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\images\battle_machine.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\images"; 
  726. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\images\battle_machine_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\images"; 
  727. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\images\battle_machine_attack_arrow.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\images"; 
  728. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\images\battle_machine_particle.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\images"; 
  729. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\battle_machine_arrow.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  730. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\battle_machine_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  731. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\battle_machine_attacking2.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  732. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\battle_machine_charging.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  733. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\battle_machine_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  734. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\battle_machine_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  735. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\battle_machine_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  736. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\models\texture_battle_machine.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\models"; 
  737. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  738. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_attack1b.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  739. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_attack1c.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  740. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  741. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_attack2b.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  742. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_attack2c.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  743. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  744. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  745. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  746. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_walk1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  747. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_walk2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  748. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_walk3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  749. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_walk4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  750. Source: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds\machine_walk5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\battle_machine\sounds"; 
  751. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\blacksmith.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith"; 
  752. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\images\blacksmith.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\images"; 
  753. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\models\blacksmith.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\models"; 
  754. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\models\blacksmith_construction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\models"; 
  755. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\models\blacksmith_upgrading.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\models"; 
  756. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\models\texture_blacksmith.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\models"; 
  757. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\models"; 
  758. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds\anvil1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds"; 
  759. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds\anvil2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds"; 
  760. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds\anvil3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds"; 
  761. Source: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds\anvil4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\blacksmith\sounds"; 
  762. Source: "{app}\techs\magitech\factions\tech\units\castle\castle.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\castle"; 
  763. Source: "{app}\techs\magitech\factions\tech\units\castle\construction_models\barracks_construction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\construction_models"; 
  764. Source: "{app}\techs\magitech\factions\tech\units\castle\construction_models\castle_construction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\construction_models"; 
  765. Source: "{app}\techs\magitech\factions\tech\units\castle\construction_models\technodrome_construction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\construction_models"; 
  766. Source: "{app}\techs\magitech\factions\tech\units\castle\construction_models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\construction_models"; 
  767. Source: "{app}\techs\magitech\factions\tech\units\castle\destruction_models\barracks_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\destruction_models"; 
  768. Source: "{app}\techs\magitech\factions\tech\units\castle\destruction_models\blacksmith_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\destruction_models"; 
  769. Source: "{app}\techs\magitech\factions\tech\units\castle\destruction_models\castle_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\destruction_models"; 
  770. Source: "{app}\techs\magitech\factions\tech\units\castle\destruction_models\defense_tower_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\destruction_models"; 
  771. Source: "{app}\techs\magitech\factions\tech\units\castle\destruction_models\farm_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\destruction_models"; 
  772. Source: "{app}\techs\magitech\factions\tech\units\castle\destruction_models\technodrome_destruction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\destruction_models"; 
  773. Source: "{app}\techs\magitech\factions\tech\units\castle\destruction_models\texture_ashes_tech.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\destruction_models"; 
  774. Source: "{app}\techs\magitech\factions\tech\units\castle\images\castle.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\images"; 
  775. Source: "{app}\techs\magitech\factions\tech\units\castle\models\castle.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\models"; 
  776. Source: "{app}\techs\magitech\factions\tech\units\castle\models\texture_castle.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\castle\models"; 
  777. Source: "{app}\techs\magitech\factions\tech\units\catapult\catapult.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult"; 
  778. Source: "{app}\techs\magitech\factions\tech\units\catapult\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult"; 
  779. Source: "{app}\techs\magitech\factions\tech\units\catapult\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult"; 
  780. Source: "{app}\techs\magitech\factions\tech\units\catapult\images\catapult.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\images"; 
  781. Source: "{app}\techs\magitech\factions\tech\units\catapult\images\catapult_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\images"; 
  782. Source: "{app}\techs\magitech\factions\tech\units\catapult\images\catapult_particle_proj.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\images"; 
  783. Source: "{app}\techs\magitech\factions\tech\units\catapult\images\catapult_particle_splash.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\images"; 
  784. Source: "{app}\techs\magitech\factions\tech\units\catapult\models\catapult_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\models"; 
  785. Source: "{app}\techs\magitech\factions\tech\units\catapult\models\catapult_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\models"; 
  786. Source: "{app}\techs\magitech\factions\tech\units\catapult\models\catapult_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\models"; 
  787. Source: "{app}\techs\magitech\factions\tech\units\catapult\models\catapult_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\models"; 
  788. Source: "{app}\techs\magitech\factions\tech\units\catapult\models\stone_model.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\models"; 
  789. Source: "{app}\techs\magitech\factions\tech\units\catapult\models\texture_catapult.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\models"; 
  790. Source: "{app}\techs\magitech\factions\tech\units\catapult\models\texture_stone.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\models"; 
  791. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  792. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_attack1b.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  793. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  794. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  795. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  796. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  797. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_hit1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  798. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_hit2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  799. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_walk1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  800. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_walk2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  801. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_walk3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  802. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_walk4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  803. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_walk5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  804. Source: "{app}\techs\magitech\factions\tech\units\catapult\sounds\catapult_walk6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\catapult\sounds"; 
  805. Source: "{app}\techs\magitech\factions\tech\units\cow\cow.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\cow"; 
  806. Source: "{app}\techs\magitech\factions\tech\units\cow\images\cow.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\images"; 
  807. Source: "{app}\techs\magitech\factions\tech\units\cow\models\cow_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\models"; 
  808. Source: "{app}\techs\magitech\factions\tech\units\cow\models\cow_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\models"; 
  809. Source: "{app}\techs\magitech\factions\tech\units\cow\models\cow_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\models"; 
  810. Source: "{app}\techs\magitech\factions\tech\units\cow\models\texture_cow.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\models"; 
  811. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  812. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  813. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  814. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  815. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  816. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  817. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_die4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  818. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  819. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  820. Source: "{app}\techs\magitech\factions\tech\units\cow\sounds\cow_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\cow\sounds"; 
  821. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\defense_tower.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower"; 
  822. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower"; 
  823. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\images\defense_tower.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\images"; 
  824. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\images\defense_tower_attack_off.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\images"; 
  825. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\images\defense_tower_attack_on.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\images"; 
  826. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\images\defense_tower_particle_proj.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\images"; 
  827. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\models\defense_tower.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\models"; 
  828. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\models\defense_tower_arrow.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\models"; 
  829. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\models\defense_tower_construction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\models"; 
  830. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\models\texture_defense_tower.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\models"; 
  831. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\models"; 
  832. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\sounds\defense_tower_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\sounds"; 
  833. Source: "{app}\techs\magitech\factions\tech\units\defense_tower\sounds\defense_tower_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\defense_tower\sounds"; 
  834. Source: "{app}\techs\magitech\factions\tech\units\farm\farm.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\farm"; 
  835. Source: "{app}\techs\magitech\factions\tech\units\farm\images\farm.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\farm\images"; 
  836. Source: "{app}\techs\magitech\factions\tech\units\farm\models\farm.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\farm\models"; 
  837. Source: "{app}\techs\magitech\factions\tech\units\farm\models\farm_construction.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\farm\models"; 
  838. Source: "{app}\techs\magitech\factions\tech\units\farm\models\texture_farm.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\farm\models"; 
  839. Source: "{app}\techs\magitech\factions\tech\units\farm\models\texture_stone_wood.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\farm\models"; 
  840. Source: "{app}\techs\magitech\factions\tech\units\guard\guard.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\guard"; 
  841. Source: "{app}\techs\magitech\factions\tech\units\guard\images\guard.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\images"; 
  842. Source: "{app}\techs\magitech\factions\tech\units\guard\images\guard_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\images"; 
  843. Source: "{app}\techs\magitech\factions\tech\units\guard\models\guard_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\models"; 
  844. Source: "{app}\techs\magitech\factions\tech\units\guard\models\guard_charging.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\models"; 
  845. Source: "{app}\techs\magitech\factions\tech\units\guard\models\guard_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\models"; 
  846. Source: "{app}\techs\magitech\factions\tech\units\guard\models\guard_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\models"; 
  847. Source: "{app}\techs\magitech\factions\tech\units\guard\models\guard_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\models"; 
  848. Source: "{app}\techs\magitech\factions\tech\units\guard\models\texture_armored_swordman.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\models"; 
  849. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  850. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  851. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  852. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_ack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  853. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_ack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  854. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_ack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  855. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_ack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  856. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  857. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  858. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  859. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack12.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  860. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack13.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  861. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack14.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  862. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  863. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  864. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  865. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  866. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  867. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  868. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  869. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_attack9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  870. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  871. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  872. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  873. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_die4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  874. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  875. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  876. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  877. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_select4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  878. Source: "{app}\techs\magitech\factions\tech\units\guard\sounds\guard_select5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\guard\sounds"; 
  879. Source: "{app}\techs\magitech\factions\tech\units\horseman\horseman.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman"; 
  880. Source: "{app}\techs\magitech\factions\tech\units\horseman\images\horseman.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\images"; 
  881. Source: "{app}\techs\magitech\factions\tech\units\horseman\images\horseman_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\images"; 
  882. Source: "{app}\techs\magitech\factions\tech\units\horseman\models\horseman_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\models"; 
  883. Source: "{app}\techs\magitech\factions\tech\units\horseman\models\horseman_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\models"; 
  884. Source: "{app}\techs\magitech\factions\tech\units\horseman\models\horseman_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\models"; 
  885. Source: "{app}\techs\magitech\factions\tech\units\horseman\models\horseman_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\models"; 
  886. Source: "{app}\techs\magitech\factions\tech\units\horseman\models\texture_horseman.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\models"; 
  887. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  888. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  889. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  890. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack12.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  891. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack13.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  892. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack14.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  893. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack15.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  894. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  895. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  896. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  897. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  898. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  899. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  900. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  901. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_ack9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  902. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  903. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  904. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  905. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack12.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  906. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack13.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  907. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack14.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  908. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  909. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  910. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  911. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  912. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  913. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  914. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  915. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_attack9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  916. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  917. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  918. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  919. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_die4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  920. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  921. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  922. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  923. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select12.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  924. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  925. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  926. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  927. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  928. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  929. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  930. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  931. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_select9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  932. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_walk1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  933. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_walk2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  934. Source: "{app}\techs\magitech\factions\tech\units\horseman\sounds\horseman_walk3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\horseman\sounds"; 
  935. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\arrow_particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter"; 
  936. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\arrow_particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter"; 
  937. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\molotov_particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter"; 
  938. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\molotov_particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter"; 
  939. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\ornithopter.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter"; 
  940. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\images\fire_arrow.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\images"; 
  941. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\images\ornithopter.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\images"; 
  942. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\models\bottle.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\models"; 
  943. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\models\ornithopter_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\models"; 
  944. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\models\ornithopter_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\models"; 
  945. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\models\ornithopter_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\models"; 
  946. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\models\ornithopter_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\models"; 
  947. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\models\texture_flying_machine.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\models"; 
  948. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_attack.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  949. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  950. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  951. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  952. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_fly.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  953. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_hit1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  954. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_hit2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  955. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_hit3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  956. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_hit4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  957. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_hit5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  958. Source: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds\orni_standing.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\ornithopter\sounds"; 
  959. Source: "{app}\techs\magitech\factions\tech\units\pig\pig.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\pig"; 
  960. Source: "{app}\techs\magitech\factions\tech\units\pig\images\pig.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\images"; 
  961. Source: "{app}\techs\magitech\factions\tech\units\pig\models\pig_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\models"; 
  962. Source: "{app}\techs\magitech\factions\tech\units\pig\models\pig_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\models"; 
  963. Source: "{app}\techs\magitech\factions\tech\units\pig\models\pig_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\models"; 
  964. Source: "{app}\techs\magitech\factions\tech\units\pig\models\texture_pig.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\models"; 
  965. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  966. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  967. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  968. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_ack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  969. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  970. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  971. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  972. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_die4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  973. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  974. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  975. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  976. Source: "{app}\techs\magitech\factions\tech\units\pig\sounds\pig_select4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\pig\sounds"; 
  977. Source: "{app}\techs\magitech\factions\tech\units\swordman\swordman.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman"; 
  978. Source: "{app}\techs\magitech\factions\tech\units\swordman\images\swordman.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\images"; 
  979. Source: "{app}\techs\magitech\factions\tech\units\swordman\images\swordman_attack.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\images"; 
  980. Source: "{app}\techs\magitech\factions\tech\units\swordman\models\swordman_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\models"; 
  981. Source: "{app}\techs\magitech\factions\tech\units\swordman\models\swordman_charging.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\models"; 
  982. Source: "{app}\techs\magitech\factions\tech\units\swordman\models\swordman_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\models"; 
  983. Source: "{app}\techs\magitech\factions\tech\units\swordman\models\swordman_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\models"; 
  984. Source: "{app}\techs\magitech\factions\tech\units\swordman\models\swordman_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\models"; 
  985. Source: "{app}\techs\magitech\factions\tech\units\swordman\models\texture_swordman.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\models"; 
  986. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  987. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  988. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  989. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_ack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  990. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_ack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  991. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_ack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  992. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  993. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  994. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  995. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack12.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  996. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  997. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  998. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  999. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1000. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1001. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1002. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1003. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_attack9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1004. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1005. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1006. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1007. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1008. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1009. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_select4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1010. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_select5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1011. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_select6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1012. Source: "{app}\techs\magitech\factions\tech\units\swordman\sounds\swordman_select7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\swordman\sounds"; 
  1013. Source: "{app}\techs\magitech\factions\tech\units\technician\particle_proj.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\technician"; 
  1014. Source: "{app}\techs\magitech\factions\tech\units\technician\particle_splash.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\technician"; 
  1015. Source: "{app}\techs\magitech\factions\tech\units\technician\technician.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\technician"; 
  1016. Source: "{app}\techs\magitech\factions\tech\units\technician\images\molotov.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\images"; 
  1017. Source: "{app}\techs\magitech\factions\tech\units\technician\images\technician.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\images"; 
  1018. Source: "{app}\techs\magitech\factions\tech\units\technician\images\technician_heal.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\images"; 
  1019. Source: "{app}\techs\magitech\factions\tech\units\technician\images\technician_mine.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\images"; 
  1020. Source: "{app}\techs\magitech\factions\tech\units\technician\images\technician_repair.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\images"; 
  1021. Source: "{app}\techs\magitech\factions\tech\units\technician\images\tehnician_repair.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\images"; 
  1022. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_attacking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1023. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1024. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_healing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1025. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_mining.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1026. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_morphing_battle_machine.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1027. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_morphing_catapult.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1028. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_repairing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1029. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1030. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_standing_loaded.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1031. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1032. Source: "{app}\techs\magitech\factions\tech\units\technician\models\technician_walking_loaded.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1033. Source: "{app}\techs\magitech\factions\tech\units\technician\models\texture_battle_machine_catapult.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1034. Source: "{app}\techs\magitech\factions\tech\units\technician\models\texture_technician.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\models"; 
  1035. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1036. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack10.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1037. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack11.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1038. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack12.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1039. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack13.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1040. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack14.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1041. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack15.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1042. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack16.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1043. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack17.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1044. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack18.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1045. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack19.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1046. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1047. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1048. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1049. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1050. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1051. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1052. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1053. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_ack9.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1054. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_attack.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1055. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_build1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1056. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_build2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1057. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_build3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1058. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_build4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1059. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_build5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1060. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_build6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1061. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1062. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1063. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1064. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_die4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1065. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_hit1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1066. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_hit2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1067. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_mine1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1068. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_mine2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1069. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_mine3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1070. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_mine4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1071. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1072. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1073. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1074. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1075. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1076. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1077. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1078. Source: "{app}\techs\magitech\factions\tech\units\technician\sounds\technician_select8.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\technician\sounds"; 
  1079. Source: "{app}\techs\magitech\factions\tech\units\technodrome\technodrome.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\technodrome"; 
  1080. Source: "{app}\techs\magitech\factions\tech\units\technodrome\images\technodrome.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\technodrome\images"; 
  1081. Source: "{app}\techs\magitech\factions\tech\units\technodrome\models\technodrome.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\technodrome\models"; 
  1082. Source: "{app}\techs\magitech\factions\tech\units\technodrome\models\texture_technodrome.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\technodrome\models"; 
  1083. Source: "{app}\techs\magitech\factions\tech\units\worker\worker.xml"; DestDir: "{app}\techs\magitech\factions\tech\units\worker"; 
  1084. Source: "{app}\techs\magitech\factions\tech\units\worker\images\worker.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\images"; 
  1085. Source: "{app}\techs\magitech\factions\tech\units\worker\images\worker_build_advanced.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\images"; 
  1086. Source: "{app}\techs\magitech\factions\tech\units\worker\images\worker_build_basic.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\images"; 
  1087. Source: "{app}\techs\magitech\factions\tech\units\worker\images\worker_harvest_wood.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\images"; 
  1088. Source: "{app}\techs\magitech\factions\tech\units\worker\images\worker_mine.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\images"; 
  1089. Source: "{app}\techs\magitech\factions\tech\units\worker\images\worker_repair.bmp"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\images"; 
  1090. Source: "{app}\techs\magitech\factions\tech\units\worker\models\texture_wood.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1091. Source: "{app}\techs\magitech\factions\tech\units\worker\models\texture_worker.tga"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1092. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_building.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1093. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_dying.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1094. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_harversting_wood.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1095. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_mining.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1096. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_standing.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1097. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_standing_loaded.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1098. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_standing_loaded_wood.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1099. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_walking.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1100. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_walking_gold.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1101. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_walking_loaded.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1102. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_walking_loaded_wood.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1103. Source: "{app}\techs\magitech\factions\tech\units\worker\models\worker_walking_wood.g3d"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\models"; 
  1104. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_ack1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1105. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_ack2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1106. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_ack3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1107. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_ack4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1108. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_ack5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1109. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_ack6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1110. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_ack7.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1111. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_build1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1112. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_build2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1113. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_build3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1114. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_build4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1115. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_die1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1116. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_die2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1117. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_die3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1118. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_harvest_wood1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1119. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_harvest_wood2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1120. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_harvest_wood3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1121. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_mine1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1122. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_mine2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1123. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_mine3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1124. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_mine4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1125. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_mine5.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1126. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_mine6.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1127. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_select1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1128. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_select2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1129. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_select3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1130. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_select4.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1131. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_work_end1.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1132. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_work_end2.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1133. Source: "{app}\techs\magitech\factions\tech\units\worker\sounds\worker_work_end3.wav"; DestDir: "{app}\techs\magitech\factions\tech\units\worker\sounds"; 
  1134. Source: "{app}\techs\magitech\factions\tech\upgrades\advanced_architecture\advanced_architecture.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\advanced_architecture"; 
  1135. Source: "{app}\techs\magitech\factions\tech\upgrades\advanced_architecture\images\advanced_architecture.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\advanced_architecture\images"; 
  1136. Source: "{app}\techs\magitech\factions\tech\upgrades\advanced_architecture\images\tech_upgrade_cancel.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\advanced_architecture\images"; 
  1137. Source: "{app}\techs\magitech\factions\tech\upgrades\blade_weapons\blade_weapons.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\blade_weapons"; 
  1138. Source: "{app}\techs\magitech\factions\tech\upgrades\blade_weapons\images\blade.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\blade_weapons\images"; 
  1139. Source: "{app}\techs\magitech\factions\tech\upgrades\piercing_weapons\piercing_weapons.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\piercing_weapons"; 
  1140. Source: "{app}\techs\magitech\factions\tech\upgrades\piercing_weapons\images\piercing.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\piercing_weapons\images"; 
  1141. Source: "{app}\techs\magitech\factions\tech\upgrades\robotics\robotics.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\robotics"; 
  1142. Source: "{app}\techs\magitech\factions\tech\upgrades\robotics\images\robotics.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\robotics\images"; 
  1143. Source: "{app}\techs\magitech\factions\tech\upgrades\shield_level_1\shield_level_1.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\shield_level_1"; 
  1144. Source: "{app}\techs\magitech\factions\tech\upgrades\shield_level_1\images\shield1.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\shield_level_1\images"; 
  1145. Source: "{app}\techs\magitech\factions\tech\upgrades\shield_level_2\shield_level_2.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\shield_level_2"; 
  1146. Source: "{app}\techs\magitech\factions\tech\upgrades\shield_level_2\images\shield2.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\shield_level_2\images"; 
  1147. Source: "{app}\techs\magitech\factions\tech\upgrades\stables\stables.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\stables"; 
  1148. Source: "{app}\techs\magitech\factions\tech\upgrades\stables\images\stables.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\stables\images"; 
  1149. Source: "{app}\techs\magitech\factions\tech\upgrades\training_field\training_field.xml"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\training_field"; 
  1150. Source: "{app}\techs\magitech\factions\tech\upgrades\training_field\images\training_field.bmp"; DestDir: "{app}\techs\magitech\factions\tech\upgrades\training_field\images"; 
  1151. Source: "{app}\techs\magitech\resources\energy\energy.xml"; DestDir: "{app}\techs\magitech\resources\energy"; 
  1152. Source: "{app}\techs\magitech\resources\energy\images\energy.bmp"; DestDir: "{app}\techs\magitech\resources\energy\images"; 
  1153. Source: "{app}\techs\magitech\resources\food\food.xml"; DestDir: "{app}\techs\magitech\resources\food"; 
  1154. Source: "{app}\techs\magitech\resources\food\images\food.bmp"; DestDir: "{app}\techs\magitech\resources\food\images"; 
  1155. Source: "{app}\techs\magitech\resources\gold\gold.xml"; DestDir: "{app}\techs\magitech\resources\gold"; 
  1156. Source: "{app}\techs\magitech\resources\gold\images\gold.bmp"; DestDir: "{app}\techs\magitech\resources\gold\images"; 
  1157. Source: "{app}\techs\magitech\resources\gold\models\gold.g3d"; DestDir: "{app}\techs\magitech\resources\gold\models"; 
  1158. Source: "{app}\techs\magitech\resources\gold\models\texture_gold.tga"; DestDir: "{app}\techs\magitech\resources\gold\models"; 
  1159. Source: "{app}\techs\magitech\resources\stone\stone.xml"; DestDir: "{app}\techs\magitech\resources\stone"; 
  1160. Source: "{app}\techs\magitech\resources\stone\images\stone.bmp"; DestDir: "{app}\techs\magitech\resources\stone\images"; 
  1161. Source: "{app}\techs\magitech\resources\stone\models\stone.g3d"; DestDir: "{app}\techs\magitech\resources\stone\models"; 
  1162. Source: "{app}\techs\magitech\resources\stone\models\texture_stone.tga"; DestDir: "{app}\techs\magitech\resources\stone\models"; 
  1163. Source: "{app}\techs\magitech\resources\wood\wood.xml"; DestDir: "{app}\techs\magitech\resources\wood"; 
  1164. Source: "{app}\techs\magitech\resources\wood\images\wood.bmp"; DestDir: "{app}\techs\magitech\resources\wood\images"; 
  1165. Source: "{app}\maps\four_rivers.gbm"; DestDir: "{app}\maps"; 
  1166. Source: "{app}\maps\in_the_forest.gbm"; DestDir: "{app}\maps"; 
  1167. Source: "{app}\maps\island_siege.gbm"; DestDir: "{app}\maps"; 
  1168. Source: "{app}\maps\mountains.gbm"; DestDir: "{app}\maps"; 
  1169. Source: "{app}\maps\riverside.gbm"; DestDir: "{app}\maps"; 
  1170. Source: "{app}\maps\swamp_of_sorrow.gbm"; DestDir: "{app}\maps"; 
  1171. Source: "{app}\maps\the_island.gbm"; DestDir: "{app}\maps"; 
  1172. Source: "{app}\maps\valley_of_death.gbm"; DestDir: "{app}\maps"; 
  1173. Source: "{app}\scenarios\anarchy.xml"; DestDir: "{app}\scenarios"; 
  1174. Source: "{app}\scenarios\duel.xml"; DestDir: "{app}\scenarios"; 
  1175. Source: "{app}\scenarios\easy_day.xml"; DestDir: "{app}\scenarios"; 
  1176. Source: "{app}\scenarios\magic_practice.xml"; DestDir: "{app}\scenarios"; 
  1177. Source: "{app}\scenarios\one_hope.xml"; DestDir: "{app}\scenarios"; 
  1178. Source: "{app}\scenarios\siege_of_despair.xml"; DestDir: "{app}\scenarios"; 
  1179. Source: "{app}\scenarios\tech_and_magic.xml"; DestDir: "{app}\scenarios"; 
  1180. Source: "{app}\scenarios\tough_duel.xml"; DestDir: "{app}\scenarios"; 
  1181. Source: "{app}\tilesets\forest\forest.xml"; DestDir: "{app}\tilesets\forest"; 
  1182. Source: "{app}\tilesets\forest\models\battlemage_statue.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1183. Source: "{app}\tilesets\forest\models\big_stone.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1184. Source: "{app}\tilesets\forest\models\big_stone2.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1185. Source: "{app}\tilesets\forest\models\big_stone3.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1186. Source: "{app}\tilesets\forest\models\big_tree1.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1187. Source: "{app}\tilesets\forest\models\big_tree2.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1188. Source: "{app}\tilesets\forest\models\broken_statue.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1189. Source: "{app}\tilesets\forest\models\broken_statue2.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1190. Source: "{app}\tilesets\forest\models\bush.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1191. Source: "{app}\tilesets\forest\models\bush2.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1192. Source: "{app}\tilesets\forest\models\bush3.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1193. Source: "{app}\tilesets\forest\models\bush4.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1194. Source: "{app}\tilesets\forest\models\bush5.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1195. Source: "{app}\tilesets\forest\models\dead_tree.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1196. Source: "{app}\tilesets\forest\models\hanged.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1197. Source: "{app}\tilesets\forest\models\impaled.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1198. Source: "{app}\tilesets\forest\models\none.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1199. Source: "{app}\tilesets\forest\models\obelisk.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1200. Source: "{app}\tilesets\forest\models\riverside_object.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1201. Source: "{app}\tilesets\forest\models\riverside_object2.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1202. Source: "{app}\tilesets\forest\models\riverside_object3.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1203. Source: "{app}\tilesets\forest\models\riverside_object4.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1204. Source: "{app}\tilesets\forest\models\riverside_object5.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1205. Source: "{app}\tilesets\forest\models\statue.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1206. Source: "{app}\tilesets\forest\models\stone1.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1207. Source: "{app}\tilesets\forest\models\stone2.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1208. Source: "{app}\tilesets\forest\models\swordman_statue.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1209. Source: "{app}\tilesets\forest\models\technician_statue.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1210. Source: "{app}\tilesets\forest\models\texture_battlemage_statue.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1211. Source: "{app}\tilesets\forest\models\texture_big_stone.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1212. Source: "{app}\tilesets\forest\models\texture_bush.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1213. Source: "{app}\tilesets\forest\models\texture_bush2.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1214. Source: "{app}\tilesets\forest\models\texture_custom5.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1215. Source: "{app}\tilesets\forest\models\texture_dead_tree.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1216. Source: "{app}\tilesets\forest\models\texture_flowers.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1217. Source: "{app}\tilesets\forest\models\texture_grass.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1218. Source: "{app}\tilesets\forest\models\texture_hanged.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1219. Source: "{app}\tilesets\forest\models\texture_impaled.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1220. Source: "{app}\tilesets\forest\models\texture_obelisk.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1221. Source: "{app}\tilesets\forest\models\texture_statue.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1222. Source: "{app}\tilesets\forest\models\texture_statue_technician.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1223. Source: "{app}\tilesets\forest\models\texture_stone.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1224. Source: "{app}\tilesets\forest\models\texture_swordman_statue.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1225. Source: "{app}\tilesets\forest\models\texture_tree1.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1226. Source: "{app}\tilesets\forest\models\texture_tree2.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1227. Source: "{app}\tilesets\forest\models\texture_tree3.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1228. Source: "{app}\tilesets\forest\models\texture_tree4.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1229. Source: "{app}\tilesets\forest\models\texture_tree5.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1230. Source: "{app}\tilesets\forest\models\texture_tree6.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1231. Source: "{app}\tilesets\forest\models\texture_tree_3.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1232. Source: "{app}\tilesets\forest\models\texture_tree_4.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1233. Source: "{app}\tilesets\forest\models\texture_water_object.tga"; DestDir: "{app}\tilesets\forest\models"; 
  1234. Source: "{app}\tilesets\forest\models\tree1.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1235. Source: "{app}\tilesets\forest\models\tree10.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1236. Source: "{app}\tilesets\forest\models\tree2.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1237. Source: "{app}\tilesets\forest\models\tree3.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1238. Source: "{app}\tilesets\forest\models\tree4.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1239. Source: "{app}\tilesets\forest\models\tree5.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1240. Source: "{app}\tilesets\forest\models\tree6.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1241. Source: "{app}\tilesets\forest\models\tree7.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1242. Source: "{app}\tilesets\forest\models\tree8.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1243. Source: "{app}\tilesets\forest\models\tree9.g3d"; DestDir: "{app}\tilesets\forest\models"; 
  1244. Source: "{app}\tilesets\forest\sounds\chicken.wav"; DestDir: "{app}\tilesets\forest\sounds"; 
  1245. Source: "{app}\tilesets\forest\sounds\day.ogg"; DestDir: "{app}\tilesets\forest\sounds"; 
  1246. Source: "{app}\tilesets\forest\sounds\night.ogg"; DestDir: "{app}\tilesets\forest\sounds"; 
  1247. Source: "{app}\tilesets\forest\sounds\rain.ogg"; DestDir: "{app}\tilesets\forest\sounds"; 
  1248. Source: "{app}\tilesets\forest\sounds\wolf.wav"; DestDir: "{app}\tilesets\forest\sounds"; 
  1249. Source: "{app}\tilesets\forest\textures\surface1a.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1250. Source: "{app}\tilesets\forest\textures\surface1b.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1251. Source: "{app}\tilesets\forest\textures\surface1c.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1252. Source: "{app}\tilesets\forest\textures\surface1d.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1253. Source: "{app}\tilesets\forest\textures\surface1e.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1254. Source: "{app}\tilesets\forest\textures\surface1f.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1255. Source: "{app}\tilesets\forest\textures\surface1g.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1256. Source: "{app}\tilesets\forest\textures\surface1h.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1257. Source: "{app}\tilesets\forest\textures\surface1i.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1258. Source: "{app}\tilesets\forest\textures\surface1j.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1259. Source: "{app}\tilesets\forest\textures\surface2a.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1260. Source: "{app}\tilesets\forest\textures\surface2b.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1261. Source: "{app}\tilesets\forest\textures\surface2c.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1262. Source: "{app}\tilesets\forest\textures\surface2d.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1263. Source: "{app}\tilesets\forest\textures\surface2e.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1264. Source: "{app}\tilesets\forest\textures\surface2f.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1265. Source: "{app}\tilesets\forest\textures\surface3a.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1266. Source: "{app}\tilesets\forest\textures\surface3b.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1267. Source: "{app}\tilesets\forest\textures\surface4a.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1268. Source: "{app}\tilesets\forest\textures\surface5a.bmp"; DestDir: "{app}\tilesets\forest\textures"; 
  1269. Source: "{app}\tilesets\forest\textures\water_001.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1270. Source: "{app}\tilesets\forest\textures\water_002.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1271. Source: "{app}\tilesets\forest\textures\water_003.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1272. Source: "{app}\tilesets\forest\textures\water_004.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1273. Source: "{app}\tilesets\forest\textures\water_005.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1274. Source: "{app}\tilesets\forest\textures\water_006.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1275. Source: "{app}\tilesets\forest\textures\water_007.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1276. Source: "{app}\tilesets\forest\textures\water_008.tga"; DestDir: "{app}\tilesets\forest\textures"; 
  1277. Source: "{app}\tilesets\winter_forest\winter_forest.xml"; DestDir: "{app}\tilesets\winter_forest"; 
  1278. Source: "{app}\tilesets\winter_forest\models\battlemage_statue.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1279. Source: "{app}\tilesets\winter_forest\models\big_stone.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1280. Source: "{app}\tilesets\winter_forest\models\big_stone2.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1281. Source: "{app}\tilesets\winter_forest\models\big_stone3.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1282. Source: "{app}\tilesets\winter_forest\models\big_tree1.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1283. Source: "{app}\tilesets\winter_forest\models\big_tree2.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1284. Source: "{app}\tilesets\winter_forest\models\broken_statue.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1285. Source: "{app}\tilesets\winter_forest\models\broken_statue2.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1286. Source: "{app}\tilesets\winter_forest\models\bush.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1287. Source: "{app}\tilesets\winter_forest\models\bush2.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1288. Source: "{app}\tilesets\winter_forest\models\bush3.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1289. Source: "{app}\tilesets\winter_forest\models\bush4.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1290. Source: "{app}\tilesets\winter_forest\models\bush5.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1291. Source: "{app}\tilesets\winter_forest\models\dead_tree.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1292. Source: "{app}\tilesets\winter_forest\models\hanged.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1293. Source: "{app}\tilesets\winter_forest\models\impaled.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1294. Source: "{app}\tilesets\winter_forest\models\none.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1295. Source: "{app}\tilesets\winter_forest\models\obelisk.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1296. Source: "{app}\tilesets\winter_forest\models\riverside_object.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1297. Source: "{app}\tilesets\winter_forest\models\riverside_object2.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1298. Source: "{app}\tilesets\winter_forest\models\riverside_object3.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1299. Source: "{app}\tilesets\winter_forest\models\riverside_object4.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1300. Source: "{app}\tilesets\winter_forest\models\riverside_object5.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1301. Source: "{app}\tilesets\winter_forest\models\statue.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1302. Source: "{app}\tilesets\winter_forest\models\stone1.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1303. Source: "{app}\tilesets\winter_forest\models\stone2.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1304. Source: "{app}\tilesets\winter_forest\models\swordman_statue.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1305. Source: "{app}\tilesets\winter_forest\models\technician_statue.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1306. Source: "{app}\tilesets\winter_forest\models\texture_battlemage_statue.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1307. Source: "{app}\tilesets\winter_forest\models\texture_big_stone.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1308. Source: "{app}\tilesets\winter_forest\models\texture_bush.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1309. Source: "{app}\tilesets\winter_forest\models\texture_bush2.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1310. Source: "{app}\tilesets\winter_forest\models\texture_custom5.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1311. Source: "{app}\tilesets\winter_forest\models\texture_dead_tree.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1312. Source: "{app}\tilesets\winter_forest\models\texture_flowers.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1313. Source: "{app}\tilesets\winter_forest\models\texture_grass.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1314. Source: "{app}\tilesets\winter_forest\models\texture_hanged.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1315. Source: "{app}\tilesets\winter_forest\models\texture_impaled.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1316. Source: "{app}\tilesets\winter_forest\models\texture_obelisk.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1317. Source: "{app}\tilesets\winter_forest\models\texture_statue.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1318. Source: "{app}\tilesets\winter_forest\models\texture_statue_technician.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1319. Source: "{app}\tilesets\winter_forest\models\texture_stone.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1320. Source: "{app}\tilesets\winter_forest\models\texture_swordman_statue.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1321. Source: "{app}\tilesets\winter_forest\models\texture_tree1.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1322. Source: "{app}\tilesets\winter_forest\models\texture_tree2.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1323. Source: "{app}\tilesets\winter_forest\models\texture_tree3.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1324. Source: "{app}\tilesets\winter_forest\models\texture_tree4.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1325. Source: "{app}\tilesets\winter_forest\models\texture_tree5.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1326. Source: "{app}\tilesets\winter_forest\models\texture_tree6.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1327. Source: "{app}\tilesets\winter_forest\models\texture_tree_3.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1328. Source: "{app}\tilesets\winter_forest\models\texture_tree_4.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1329. Source: "{app}\tilesets\winter_forest\models\texture_water_object.tga"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1330. Source: "{app}\tilesets\winter_forest\models\tree1.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1331. Source: "{app}\tilesets\winter_forest\models\tree10.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1332. Source: "{app}\tilesets\winter_forest\models\tree2.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1333. Source: "{app}\tilesets\winter_forest\models\tree3.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1334. Source: "{app}\tilesets\winter_forest\models\tree4.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1335. Source: "{app}\tilesets\winter_forest\models\tree5.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1336. Source: "{app}\tilesets\winter_forest\models\tree6.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1337. Source: "{app}\tilesets\winter_forest\models\tree7.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1338. Source: "{app}\tilesets\winter_forest\models\tree8.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1339. Source: "{app}\tilesets\winter_forest\models\tree9.g3d"; DestDir: "{app}\tilesets\winter_forest\models"; 
  1340. Source: "{app}\tilesets\winter_forest\sounds\rain.ogg"; DestDir: "{app}\tilesets\winter_forest\sounds"; 
  1341. Source: "{app}\tilesets\winter_forest\sounds\wind.ogg"; DestDir: "{app}\tilesets\winter_forest\sounds"; 
  1342. Source: "{app}\tilesets\winter_forest\textures\surface1a.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1343. Source: "{app}\tilesets\winter_forest\textures\surface1b.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1344. Source: "{app}\tilesets\winter_forest\textures\surface1c.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1345. Source: "{app}\tilesets\winter_forest\textures\surface2a.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1346. Source: "{app}\tilesets\winter_forest\textures\surface2b.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1347. Source: "{app}\tilesets\winter_forest\textures\surface2c.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1348. Source: "{app}\tilesets\winter_forest\textures\surface2d.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1349. Source: "{app}\tilesets\winter_forest\textures\surface2e.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1350. Source: "{app}\tilesets\winter_forest\textures\surface2f.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1351. Source: "{app}\tilesets\winter_forest\textures\surface3a.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1352. Source: "{app}\tilesets\winter_forest\textures\surface3b.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1353. Source: "{app}\tilesets\winter_forest\textures\surface4a.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1354. Source: "{app}\tilesets\winter_forest\textures\surface4b.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1355. Source: "{app}\tilesets\winter_forest\textures\surface4c.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1356. Source: "{app}\tilesets\winter_forest\textures\surface5a.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1357. Source: "{app}\tilesets\winter_forest\textures\water.bmp"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1358. Source: "{app}\tilesets\winter_forest\textures\water_001.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1359. Source: "{app}\tilesets\winter_forest\textures\water_002.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1360. Source: "{app}\tilesets\winter_forest\textures\water_003.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1361. Source: "{app}\tilesets\winter_forest\textures\water_004.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1362. Source: "{app}\tilesets\winter_forest\textures\water_005.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1363. Source: "{app}\tilesets\winter_forest\textures\water_006.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1364. Source: "{app}\tilesets\winter_forest\textures\water_007.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1365. Source: "{app}\tilesets\winter_forest\textures\water_008.tga"; DestDir: "{app}\tilesets\winter_forest\textures"; 
  1366. Source: "{app}\docs\license.txt"; DestDir: "{app}\docs"; 
  1367. Source: "{app}\docs\readme.txt"; DestDir: "{app}\docs"; 
  1368. [Dirs]
  1369. Name: "{app}\screens"; 
  1370. [Run]
  1371. Filename: "{app}\glest.exe"; Description: "Launch Glest"; Flags: postinstall skipifsilent nowait
  1372. [Icons]
  1373. Name: "{group}\Glest"; Filename: "{app}\glest.exe"; WorkingDir: "{app}"; IconFilename: "{app}\glest.ico"; 
  1374. Name: "{group}\Configuration"; Filename: "{app}\configurator.exe"; WorkingDir: "{app}"; 
  1375. Name: "{group}\Website"; Filename: "{app}\glest_web.url"; WorkingDir: "{app}"; 
  1376. Name: "{group}\Irc Channel"; Filename: "{app}\glest_irc.url"; WorkingDir: "{app}"; 
  1377. Name: "{group}\Readme"; Filename: "{app}\docs\readme.txt"; WorkingDir: "{app}"; 
  1378. Name: "{userdesktop}\Glest"; Filename: "{app}\glest.exe"; WorkingDir: "{app}"; IconFilename: "{app}\glest.ico"; Tasks: desktopicon; 
  1379. [Tasks]
  1380. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  1381. [UninstallDelete]
  1382. Type: files; Name: "{app}\glest.log"; 
  1383. Type: files; Name: "{app}\ai1.log"; 
  1384. Type: files; Name: "{app}\ai2.log"; 
  1385. Type: files; Name: "{app}\ai3.log"; 
  1386. [CustomMessages]
  1387. default.NameAndVersion=%1 version %2
  1388. default.AdditionalIcons=Additional icons:
  1389. default.CreateDesktopIcon=Create a &desktop icon
  1390. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  1391. default.ProgramOnTheWeb=%1 on the Web
  1392. default.UninstallProgram=Uninstall %1
  1393. default.LaunchProgram=Launch %1
  1394. default.AssocFileExtension=&Associate %1 with the %2 file extension
  1395. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  1396. [Languages]
  1397. ; These files are stubs
  1398. ; To achieve better results after recompilation, use the real language files
  1399. Name: "default"; MessagesFile: "embedded\default.isl"; 
  1400.