home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / hMailServer / hMailServer-4.1-Build-136.exe / install_script.iss
Text File  |  2005-09-07  |  43KB  |  433 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=hMailServer
  5. AppVerName=hMailServer 4.1-Build-136
  6. AppId=hMailServer
  7. DefaultDirName={pf}\hMailServer
  8. DefaultGroupName=hMailServer
  9. OutputBaseFilename=hMailServer-4.1-Build-136
  10. Compression=lzma
  11. WizardImageFile=embedded\WizardImage0.bmp
  12. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  13.  
  14. [Files]
  15. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  16. Source: "{sys}\msvcr71.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  17. Source: "{sys}\msvcp71.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  18. Source: "{sys}\dnsapi.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall onlyifdoesntexist 
  19. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall regtypelib onlyifdoesntexist 
  20. Source: "{sys}\mscomctl.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver 
  21. Source: "{sys}\TABCTL32.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver 
  22. Source: "{app}\MySQL\my.ini"; DestDir: "{app}\MySQL"; Flags: uninsneveruninstall 
  23. Source: "{app}\MySQL\Bin\mysqld-nt.exe"; DestDir: "{app}\MySQL\Bin"; Flags: onlyifdoesntexist 
  24. Source: "{app}\MySQL\data\mysql\columns_priv.frm"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  25. Source: "{app}\MySQL\data\mysql\columns_priv.MYD"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  26. Source: "{app}\MySQL\data\mysql\columns_priv.MYI"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  27. Source: "{app}\MySQL\data\mysql\db.frm"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  28. Source: "{app}\MySQL\data\mysql\db.MYD"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  29. Source: "{app}\MySQL\data\mysql\db.MYI"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  30. Source: "{app}\MySQL\data\mysql\func.frm"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  31. Source: "{app}\MySQL\data\mysql\func.MYD"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  32. Source: "{app}\MySQL\data\mysql\func.MYI"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  33. Source: "{app}\MySQL\data\mysql\host.frm"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  34. Source: "{app}\MySQL\data\mysql\host.MYD"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  35. Source: "{app}\MySQL\data\mysql\host.MYI"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  36. Source: "{app}\MySQL\data\mysql\tables_priv.frm"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  37. Source: "{app}\MySQL\data\mysql\tables_priv.MYD"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  38. Source: "{app}\MySQL\data\mysql\tables_priv.MYI"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  39. Source: "{app}\MySQL\data\mysql\user.frm"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  40. Source: "{app}\MySQL\data\mysql\user.MYD"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  41. Source: "{app}\MySQL\data\mysql\user.MYI"; DestDir: "{app}\MySQL\data\mysql"; Flags: uninsneveruninstall onlyifdoesntexist 
  42. Source: "{app}\MySQL\share\english\errmsg.sys"; DestDir: "{app}\MySQL\share\english"; Flags: uninsneveruninstall 
  43. Source: "{sys}\atl70.dll"; DestDir: "{sys}"; 
  44. Source: "{app}\Bin\hMailServer.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  45. Source: "{app}\Bin\hMailServer.tlb"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  46. Source: "{app}\Bin\DBWrapper.dll"; DestDir: "{app}\Bin"; Flags: regserver ignoreversion 
  47. Source: "{app}\Bin\libmysql.dll"; DestDir: "{app}\Bin"; 
  48. Source: "{app}\Bin\DBUpdater.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  49. Source: "{app}\DBScripts\CreateTablesMSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  50. Source: "{app}\DBScripts\CreateTablesMYSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  51. Source: "{app}\DBScripts\Upgrade0to1100MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  52. Source: "{app}\DBScripts\Upgrade0to1100MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  53. Source: "{app}\DBScripts\Upgrade1100to1200MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  54. Source: "{app}\DBScripts\Upgrade1100to1200MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  55. Source: "{app}\DBScripts\Upgrade1200to1400MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  56. Source: "{app}\DBScripts\Upgrade1200to1400MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  57. Source: "{app}\DBScripts\Upgrade1400to1410MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  58. Source: "{app}\DBScripts\Upgrade1400to1410MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  59. Source: "{app}\DBScripts\Upgrade1410to1500MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  60. Source: "{app}\DBScripts\Upgrade1410to1500MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  61. Source: "{app}\DBScripts\Upgrade1500to1600MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  62. Source: "{app}\DBScripts\Upgrade1500to1600MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  63. Source: "{app}\DBScripts\Upgrade1600to1700MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  64. Source: "{app}\DBScripts\Upgrade1600to1700MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  65. Source: "{app}\DBScripts\Upgrade1700to2000MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  66. Source: "{app}\DBScripts\Upgrade1700to2000MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  67. Source: "{app}\DBScripts\Upgrade2000to3000MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  68. Source: "{app}\DBScripts\Upgrade2000to3000MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  69. Source: "{app}\DBScripts\Upgrade3000to3001MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  70. Source: "{app}\DBScripts\Upgrade3000to3001MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  71. Source: "{app}\DBScripts\Upgrade3001to3100MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  72. Source: "{app}\DBScripts\Upgrade3001to3100MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  73. Source: "{app}\DBScripts\Upgrade3100to3200MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  74. Source: "{app}\DBScripts\Upgrade3100to3200MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  75. Source: "{app}\DBScripts\Upgrade3200to3300MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  76. Source: "{app}\DBScripts\Upgrade3200to3300MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  77. Source: "{app}\DBScripts\Upgrade3300to3301MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  78. Source: "{app}\DBScripts\Upgrade3300to3301MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  79. Source: "{app}\DBScripts\Upgrade3301to3400MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  80. Source: "{app}\DBScripts\Upgrade3301to3400MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  81. Source: "{app}\DBScripts\Upgrade3400to3401MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  82. Source: "{app}\DBScripts\Upgrade3400to3401MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  83. Source: "{app}\DBScripts\Upgrade3401to3402MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  84. Source: "{app}\DBScripts\Upgrade3401to3402MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  85. Source: "{app}\DBScripts\Upgrade3402to4000MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  86. Source: "{app}\DBScripts\Upgrade3402to4000MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  87. Source: "{app}\DBScripts\Upgrade4000to4100MSSQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  88. Source: "{app}\DBScripts\Upgrade4000to4100MySQL.sql"; DestDir: "{app}\DBScripts"; Flags: ignoreversion 
  89. Source: "{app}\PHPWebAdmin\accounts.php"; DestDir: "{app}\PHPWebAdmin"; 
  90. Source: "{app}\PHPWebAdmin\accounts_activedirectory.php"; DestDir: "{app}\PHPWebAdmin"; 
  91. Source: "{app}\PHPWebAdmin\accounts_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  92. Source: "{app}\PHPWebAdmin\accounts_autoreply.php"; DestDir: "{app}\PHPWebAdmin"; 
  93. Source: "{app}\PHPWebAdmin\accounts_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  94. Source: "{app}\PHPWebAdmin\accounts_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  95. Source: "{app}\PHPWebAdmin\alias.php"; DestDir: "{app}\PHPWebAdmin"; 
  96. Source: "{app}\PHPWebAdmin\alias_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  97. Source: "{app}\PHPWebAdmin\alias_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  98. Source: "{app}\PHPWebAdmin\alias_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  99. Source: "{app}\PHPWebAdmin\config-dist.php"; DestDir: "{app}\PHPWebAdmin"; 
  100. Source: "{app}\PHPWebAdmin\distributionlists.php"; DestDir: "{app}\PHPWebAdmin"; 
  101. Source: "{app}\PHPWebAdmin\distributionlists_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  102. Source: "{app}\PHPWebAdmin\distributionlists_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  103. Source: "{app}\PHPWebAdmin\distributionlists_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  104. Source: "{app}\PHPWebAdmin\distributionlists_recipients.php"; DestDir: "{app}\PHPWebAdmin"; 
  105. Source: "{app}\PHPWebAdmin\distributionlists_recipients_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  106. Source: "{app}\PHPWebAdmin\distributionlists_recipients_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  107. Source: "{app}\PHPWebAdmin\distributionlists_recipients_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  108. Source: "{app}\PHPWebAdmin\domains.php"; DestDir: "{app}\PHPWebAdmin"; 
  109. Source: "{app}\PHPWebAdmin\domain_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  110. Source: "{app}\PHPWebAdmin\domain_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  111. Source: "{app}\PHPWebAdmin\domain_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  112. Source: "{app}\PHPWebAdmin\frontpage.php"; DestDir: "{app}\PHPWebAdmin"; 
  113. Source: "{app}\PHPWebAdmin\index.php"; DestDir: "{app}\PHPWebAdmin"; 
  114. Source: "{app}\PHPWebAdmin\live.php"; DestDir: "{app}\PHPWebAdmin"; 
  115. Source: "{app}\PHPWebAdmin\login.php"; DestDir: "{app}\PHPWebAdmin"; 
  116. Source: "{app}\PHPWebAdmin\logout.php"; DestDir: "{app}\PHPWebAdmin"; 
  117. Source: "{app}\PHPWebAdmin\mhwainit.php"; DestDir: "{app}\PHPWebAdmin"; 
  118. Source: "{app}\PHPWebAdmin\mxquery.php"; DestDir: "{app}\PHPWebAdmin"; 
  119. Source: "{app}\PHPWebAdmin\plugin.php"; DestDir: "{app}\PHPWebAdmin"; 
  120. Source: "{app}\PHPWebAdmin\readme.txt"; DestDir: "{app}\PHPWebAdmin"; 
  121. Source: "{app}\PHPWebAdmin\services.php"; DestDir: "{app}\PHPWebAdmin"; 
  122. Source: "{app}\PHPWebAdmin\settings.php"; DestDir: "{app}\PHPWebAdmin"; 
  123. Source: "{app}\PHPWebAdmin\settings_imap.php"; DestDir: "{app}\PHPWebAdmin"; 
  124. Source: "{app}\PHPWebAdmin\settings_ipranges.php"; DestDir: "{app}\PHPWebAdmin"; 
  125. Source: "{app}\PHPWebAdmin\settings_ipranges_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  126. Source: "{app}\PHPWebAdmin\settings_ipranges_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  127. Source: "{app}\PHPWebAdmin\settings_ipranges_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  128. Source: "{app}\PHPWebAdmin\settings_logging.php"; DestDir: "{app}\PHPWebAdmin"; 
  129. Source: "{app}\PHPWebAdmin\settings_mirror.php"; DestDir: "{app}\PHPWebAdmin"; 
  130. Source: "{app}\PHPWebAdmin\settings_pop3.php"; DestDir: "{app}\PHPWebAdmin"; 
  131. Source: "{app}\PHPWebAdmin\settings_smtp.php"; DestDir: "{app}\PHPWebAdmin"; 
  132. Source: "{app}\PHPWebAdmin\settings_smtp_antivirus.php"; DestDir: "{app}\PHPWebAdmin"; 
  133. Source: "{app}\PHPWebAdmin\settings_smtp_routes.php"; DestDir: "{app}\PHPWebAdmin"; 
  134. Source: "{app}\PHPWebAdmin\settings_smtp_routes_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  135. Source: "{app}\PHPWebAdmin\settings_smtp_routes_addresses.php"; DestDir: "{app}\PHPWebAdmin"; 
  136. Source: "{app}\PHPWebAdmin\settings_smtp_routes_addresses_add.php"; DestDir: "{app}\PHPWebAdmin"; 
  137. Source: "{app}\PHPWebAdmin\settings_smtp_routes_addresses_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  138. Source: "{app}\PHPWebAdmin\settings_smtp_routes_addresses_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  139. Source: "{app}\PHPWebAdmin\settings_smtp_routes_delete.php"; DestDir: "{app}\PHPWebAdmin"; 
  140. Source: "{app}\PHPWebAdmin\settings_smtp_routes_delivery.php"; DestDir: "{app}\PHPWebAdmin"; 
  141. Source: "{app}\PHPWebAdmin\settings_smtp_routes_edit.php"; DestDir: "{app}\PHPWebAdmin"; 
  142. Source: "{app}\PHPWebAdmin\settings_smtp_security.php"; DestDir: "{app}\PHPWebAdmin"; 
  143. Source: "{app}\PHPWebAdmin\tools.php"; DestDir: "{app}\PHPWebAdmin"; 
  144. Source: "{app}\PHPWebAdmin\tools_backup.php"; DestDir: "{app}\PHPWebAdmin"; 
  145. Source: "{app}\PHPWebAdmin\tools_restore.php"; DestDir: "{app}\PHPWebAdmin"; 
  146. Source: "{app}\PHPWebAdmin\include\directory.php"; DestDir: "{app}\PHPWebAdmin\include"; 
  147. Source: "{app}\PHPWebAdmin\include\dtree.js"; DestDir: "{app}\PHPWebAdmin\include"; 
  148. Source: "{app}\PHPWebAdmin\include\formcheck.js"; DestDir: "{app}\PHPWebAdmin\include"; 
  149. Source: "{app}\PHPWebAdmin\include\functions.php"; DestDir: "{app}\PHPWebAdmin\include"; 
  150. Source: "{app}\PHPWebAdmin\include\minixml\minixml.inc.php"; DestDir: "{app}\PHPWebAdmin\include\minixml"; 
  151. Source: "{app}\PHPWebAdmin\include\minixml\classes\doc.inc.php"; DestDir: "{app}\PHPWebAdmin\include\minixml\classes"; 
  152. Source: "{app}\PHPWebAdmin\include\minixml\classes\element.inc.php"; DestDir: "{app}\PHPWebAdmin\include\minixml\classes"; 
  153. Source: "{app}\PHPWebAdmin\include\minixml\classes\node.inc.php"; DestDir: "{app}\PHPWebAdmin\include\minixml\classes"; 
  154. Source: "{app}\PHPWebAdmin\include\minixml\classes\treecomp.inc.php"; DestDir: "{app}\PHPWebAdmin\include\minixml\classes"; 
  155. Source: "{app}\PHPWebAdmin\include\smarty\Config_File.class.php"; DestDir: "{app}\PHPWebAdmin\include\smarty"; 
  156. Source: "{app}\PHPWebAdmin\include\smarty\debug.tpl"; DestDir: "{app}\PHPWebAdmin\include\smarty"; 
  157. Source: "{app}\PHPWebAdmin\include\smarty\Smarty.class.php"; DestDir: "{app}\PHPWebAdmin\include\smarty"; 
  158. Source: "{app}\PHPWebAdmin\include\smarty\Smarty_Compiler.class.php"; DestDir: "{app}\PHPWebAdmin\include\smarty"; 
  159. Source: "{app}\PHPWebAdmin\include\smarty\core\core.assemble_plugin_filepath.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  160. Source: "{app}\PHPWebAdmin\include\smarty\core\core.assign_smarty_interface.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  161. Source: "{app}\PHPWebAdmin\include\smarty\core\core.create_dir_structure.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  162. Source: "{app}\PHPWebAdmin\include\smarty\core\core.display_debug_console.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  163. Source: "{app}\PHPWebAdmin\include\smarty\core\core.get_include_path.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  164. Source: "{app}\PHPWebAdmin\include\smarty\core\core.get_microtime.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  165. Source: "{app}\PHPWebAdmin\include\smarty\core\core.get_php_resource.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  166. Source: "{app}\PHPWebAdmin\include\smarty\core\core.is_secure.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  167. Source: "{app}\PHPWebAdmin\include\smarty\core\core.is_trusted.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  168. Source: "{app}\PHPWebAdmin\include\smarty\core\core.load_plugins.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  169. Source: "{app}\PHPWebAdmin\include\smarty\core\core.load_resource_plugin.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  170. Source: "{app}\PHPWebAdmin\include\smarty\core\core.process_cached_inserts.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  171. Source: "{app}\PHPWebAdmin\include\smarty\core\core.process_compiled_include.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  172. Source: "{app}\PHPWebAdmin\include\smarty\core\core.read_cache_file.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  173. Source: "{app}\PHPWebAdmin\include\smarty\core\core.rmdir.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  174. Source: "{app}\PHPWebAdmin\include\smarty\core\core.rm_auto.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  175. Source: "{app}\PHPWebAdmin\include\smarty\core\core.run_insert_handler.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  176. Source: "{app}\PHPWebAdmin\include\smarty\core\core.smarty_include_php.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  177. Source: "{app}\PHPWebAdmin\include\smarty\core\core.write_cache_file.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  178. Source: "{app}\PHPWebAdmin\include\smarty\core\core.write_compiled_include.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  179. Source: "{app}\PHPWebAdmin\include\smarty\core\core.write_compiled_resource.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  180. Source: "{app}\PHPWebAdmin\include\smarty\core\core.write_file.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\core"; 
  181. Source: "{app}\PHPWebAdmin\include\smarty\plugins\block.textformat.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  182. Source: "{app}\PHPWebAdmin\include\smarty\plugins\compiler.assign.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  183. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.assign_debug_info.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  184. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.config_load.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  185. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.counter.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  186. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.cycle.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  187. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.debug.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  188. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.eval.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  189. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.fetch.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  190. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.html_checkboxes.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  191. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.html_image.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  192. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.html_options.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  193. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.html_radios.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  194. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.html_select_date.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  195. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.html_select_time.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  196. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.html_table.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  197. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.mailto.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  198. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.math.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  199. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.popup.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  200. Source: "{app}\PHPWebAdmin\include\smarty\plugins\function.popup_init.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  201. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.capitalize.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  202. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.cat.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  203. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.count_characters.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  204. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.count_paragraphs.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  205. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.count_sentences.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  206. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.count_words.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  207. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.date_format.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  208. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.debug_print_var.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  209. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.default.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  210. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.escape.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  211. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.indent.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  212. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.lower.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  213. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.nl2br.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  214. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.regex_replace.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  215. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.replace.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  216. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.spacify.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  217. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.string_format.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  218. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.strip.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  219. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.strip_tags.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  220. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.truncate.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  221. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.upper.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  222. Source: "{app}\PHPWebAdmin\include\smarty\plugins\modifier.wordwrap.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  223. Source: "{app}\PHPWebAdmin\include\smarty\plugins\outputfilter.trimwhitespace.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  224. Source: "{app}\PHPWebAdmin\include\smarty\plugins\shared.escape_special_chars.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  225. Source: "{app}\PHPWebAdmin\include\smarty\plugins\shared.make_timestamp.php"; DestDir: "{app}\PHPWebAdmin\include\smarty\plugins"; 
  226. Source: "{app}\PHPWebAdmin\language\english.lang"; DestDir: "{app}\PHPWebAdmin\language"; 
  227. Source: "{app}\PHPWebAdmin\plugins\plugin_searchemail.php"; DestDir: "{app}\PHPWebAdmin\plugins"; 
  228. Source: "{app}\PHPWebAdmin\theme\default\accounts.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  229. Source: "{app}\PHPWebAdmin\theme\default\accounts_activedirectory.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  230. Source: "{app}\PHPWebAdmin\theme\default\accounts_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  231. Source: "{app}\PHPWebAdmin\theme\default\accounts_autoreply.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  232. Source: "{app}\PHPWebAdmin\theme\default\accounts_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  233. Source: "{app}\PHPWebAdmin\theme\default\accounts_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  234. Source: "{app}\PHPWebAdmin\theme\default\alias.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  235. Source: "{app}\PHPWebAdmin\theme\default\alias_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  236. Source: "{app}\PHPWebAdmin\theme\default\alias_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  237. Source: "{app}\PHPWebAdmin\theme\default\alias_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  238. Source: "{app}\PHPWebAdmin\theme\default\common.js"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  239. Source: "{app}\PHPWebAdmin\theme\default\distributionlists.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  240. Source: "{app}\PHPWebAdmin\theme\default\distributionlists_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  241. Source: "{app}\PHPWebAdmin\theme\default\distributionlists_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  242. Source: "{app}\PHPWebAdmin\theme\default\distributionlists_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  243. Source: "{app}\PHPWebAdmin\theme\default\distributionlists_recipients.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  244. Source: "{app}\PHPWebAdmin\theme\default\distributionlists_recipients_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  245. Source: "{app}\PHPWebAdmin\theme\default\distributionlists_recipients_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  246. Source: "{app}\PHPWebAdmin\theme\default\distributionlists_recipients_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  247. Source: "{app}\PHPWebAdmin\theme\default\domains.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  248. Source: "{app}\PHPWebAdmin\theme\default\domain_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  249. Source: "{app}\PHPWebAdmin\theme\default\domain_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  250. Source: "{app}\PHPWebAdmin\theme\default\domain_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  251. Source: "{app}\PHPWebAdmin\theme\default\frontpage.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  252. Source: "{app}\PHPWebAdmin\theme\default\frontpage_admin.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  253. Source: "{app}\PHPWebAdmin\theme\default\index.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  254. Source: "{app}\PHPWebAdmin\theme\default\live.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  255. Source: "{app}\PHPWebAdmin\theme\default\login.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  256. Source: "{app}\PHPWebAdmin\theme\default\mxquery.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  257. Source: "{app}\PHPWebAdmin\theme\default\permission_denied.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  258. Source: "{app}\PHPWebAdmin\theme\default\plugin_searchemail.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  259. Source: "{app}\PHPWebAdmin\theme\default\services.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  260. Source: "{app}\PHPWebAdmin\theme\default\settings.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  261. Source: "{app}\PHPWebAdmin\theme\default\settings_imap.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  262. Source: "{app}\PHPWebAdmin\theme\default\settings_ipranges.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  263. Source: "{app}\PHPWebAdmin\theme\default\settings_ipranges_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  264. Source: "{app}\PHPWebAdmin\theme\default\settings_ipranges_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  265. Source: "{app}\PHPWebAdmin\theme\default\settings_ipranges_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  266. Source: "{app}\PHPWebAdmin\theme\default\settings_logging.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  267. Source: "{app}\PHPWebAdmin\theme\default\settings_mirror.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  268. Source: "{app}\PHPWebAdmin\theme\default\settings_pop3.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  269. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  270. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_antivirus.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  271. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  272. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  273. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_addresses.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  274. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_addresses_add.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  275. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_addresses_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  276. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_addresses_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  277. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_delete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  278. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_delivery.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  279. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_routes_edit.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  280. Source: "{app}\PHPWebAdmin\theme\default\settings_smtp_security.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  281. Source: "{app}\PHPWebAdmin\theme\default\style.css"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  282. Source: "{app}\PHPWebAdmin\theme\default\tools.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  283. Source: "{app}\PHPWebAdmin\theme\default\tools_backup.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  284. Source: "{app}\PHPWebAdmin\theme\default\tools_backup_complete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  285. Source: "{app}\PHPWebAdmin\theme\default\tools_restore.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  286. Source: "{app}\PHPWebAdmin\theme\default\tools_restore_checkfile.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  287. Source: "{app}\PHPWebAdmin\theme\default\tools_restore_complete.tpl"; DestDir: "{app}\PHPWebAdmin\theme\default"; 
  288. Source: "{app}\PHPWebAdmin\theme\default\images\base.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  289. Source: "{app}\PHPWebAdmin\theme\default\images\basetdbg.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  290. Source: "{app}\PHPWebAdmin\theme\default\images\bg.bmp"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  291. Source: "{app}\PHPWebAdmin\theme\default\images\bg.GIF"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  292. Source: "{app}\PHPWebAdmin\theme\default\images\blank.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  293. Source: "{app}\PHPWebAdmin\theme\default\images\b_home.png"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  294. Source: "{app}\PHPWebAdmin\theme\default\images\b_select.png"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  295. Source: "{app}\PHPWebAdmin\theme\default\images\b_usrlist.png"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  296. Source: "{app}\PHPWebAdmin\theme\default\images\cd.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  297. Source: "{app}\PHPWebAdmin\theme\default\images\collapsed_button.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  298. Source: "{app}\PHPWebAdmin\theme\default\images\empty.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  299. Source: "{app}\PHPWebAdmin\theme\default\images\expanded_button.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  300. Source: "{app}\PHPWebAdmin\theme\default\images\folder.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  301. Source: "{app}\PHPWebAdmin\theme\default\images\folderopen.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  302. Source: "{app}\PHPWebAdmin\theme\default\images\globe.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  303. Source: "{app}\PHPWebAdmin\theme\default\images\imgfolder.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  304. Source: "{app}\PHPWebAdmin\theme\default\images\join.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  305. Source: "{app}\PHPWebAdmin\theme\default\images\joinbottom.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  306. Source: "{app}\PHPWebAdmin\theme\default\images\line.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  307. Source: "{app}\PHPWebAdmin\theme\default\images\minus.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  308. Source: "{app}\PHPWebAdmin\theme\default\images\minusbottom.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  309. Source: "{app}\PHPWebAdmin\theme\default\images\musicfolder.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  310. Source: "{app}\PHPWebAdmin\theme\default\images\navbasebg.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  311. Source: "{app}\PHPWebAdmin\theme\default\images\nolines_minus.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  312. Source: "{app}\PHPWebAdmin\theme\default\images\nolines_plus.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  313. Source: "{app}\PHPWebAdmin\theme\default\images\page.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  314. Source: "{app}\PHPWebAdmin\theme\default\images\pixi_clear.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  315. Source: "{app}\PHPWebAdmin\theme\default\images\pixi_lightgrey.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  316. Source: "{app}\PHPWebAdmin\theme\default\images\pixi_topbg.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  317. Source: "{app}\PHPWebAdmin\theme\default\images\plus.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  318. Source: "{app}\PHPWebAdmin\theme\default\images\plusbottom.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  319. Source: "{app}\PHPWebAdmin\theme\default\images\question.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  320. Source: "{app}\PHPWebAdmin\theme\default\images\settings.GIF"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  321. Source: "{app}\PHPWebAdmin\theme\default\images\s_host.png"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  322. Source: "{app}\PHPWebAdmin\theme\default\images\s_vars.png"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  323. Source: "{app}\PHPWebAdmin\theme\default\images\tools.png"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  324. Source: "{app}\PHPWebAdmin\theme\default\images\toppic1.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  325. Source: "{app}\PHPWebAdmin\theme\default\images\toppic2.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  326. Source: "{app}\PHPWebAdmin\theme\default\images\toppic3.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  327. Source: "{app}\PHPWebAdmin\theme\default\images\toppic4.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  328. Source: "{app}\PHPWebAdmin\theme\default\images\trash.gif"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  329. Source: "{app}\PHPWebAdmin\theme\default\images\user.GIF"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  330. Source: "{app}\PHPWebAdmin\theme\default\images\usrlist.PNG"; DestDir: "{app}\PHPWebAdmin\theme\default\images"; 
  331. Source: "{app}\Languages\bulgarian.ini"; DestDir: "{app}\Languages"; 
  332. Source: "{app}\Languages\chinese.ini"; DestDir: "{app}\Languages"; 
  333. Source: "{app}\Languages\czech.ini"; DestDir: "{app}\Languages"; 
  334. Source: "{app}\Languages\danish.ini"; DestDir: "{app}\Languages"; 
  335. Source: "{app}\Languages\dutch.ini"; DestDir: "{app}\Languages"; 
  336. Source: "{app}\Languages\english.ini"; DestDir: "{app}\Languages"; 
  337. Source: "{app}\Languages\finnish.ini"; DestDir: "{app}\Languages"; 
  338. Source: "{app}\Languages\french.ini"; DestDir: "{app}\Languages"; 
  339. Source: "{app}\Languages\german.ini"; DestDir: "{app}\Languages"; 
  340. Source: "{app}\Languages\greek.ini"; DestDir: "{app}\Languages"; 
  341. Source: "{app}\Languages\hungarian.ini"; DestDir: "{app}\Languages"; 
  342. Source: "{app}\Languages\italian.ini"; DestDir: "{app}\Languages"; 
  343. Source: "{app}\Languages\japanese.ini"; DestDir: "{app}\Languages"; 
  344. Source: "{app}\Languages\norwegian.ini"; DestDir: "{app}\Languages"; 
  345. Source: "{app}\Languages\portuguesebrazilian.ini"; DestDir: "{app}\Languages"; 
  346. Source: "{app}\Languages\portugueseportugal.ini"; DestDir: "{app}\Languages"; 
  347. Source: "{app}\Languages\russian.ini"; DestDir: "{app}\Languages"; 
  348. Source: "{app}\Languages\spanish.ini"; DestDir: "{app}\Languages"; 
  349. Source: "{app}\Languages\swedish.ini"; DestDir: "{app}\Languages"; 
  350. Source: "{app}\Languages\turkish.ini"; DestDir: "{app}\Languages"; 
  351. Source: "{app}\Bin\hMailAdmin.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  352. Source: "{app}\Bin\hMailAdmin.exe.manifest"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  353. Source: "{app}\Bin\DBSetupQuick.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  354. Source: "{app}\Bin\DBSetupQuick.exe.manifest"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  355. Source: "{app}\Bin\DBSetup.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  356. Source: "{app}\Bin\DBSetup.exe.manifest"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  357. Source: "{app}\Bin\License.txt"; DestDir: "{app}\Bin"; Flags: ignoreversion 
  358. Source: "{app}\Addons\Service dependencies\Microsoft SQL Server.reg"; DestDir: "{app}\Addons\Service dependencies"; Flags: ignoreversion 
  359. Source: "{app}\Addons\Service dependencies\MySQL External.reg"; DestDir: "{app}\Addons\Service dependencies"; Flags: ignoreversion 
  360. Source: "{app}\Addons\Service dependencies\MySQL Internal.reg"; DestDir: "{app}\Addons\Service dependencies"; Flags: ignoreversion 
  361. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass\functions.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass"; Flags: ignoreversion 
  362. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass\index.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass"; Flags: ignoreversion 
  363. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass\INSTALL"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass"; Flags: ignoreversion 
  364. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass\options.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass"; Flags: ignoreversion 
  365. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass\README"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass"; Flags: ignoreversion 
  366. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass\setup.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_changepass"; Flags: ignoreversion 
  367. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation\functions.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation"; Flags: ignoreversion 
  368. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation\index.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation"; Flags: ignoreversion 
  369. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation\INSTALL"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation"; Flags: ignoreversion 
  370. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation\options.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation"; Flags: ignoreversion 
  371. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation\README"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation"; Flags: ignoreversion 
  372. Source: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation\setup.php"; DestDir: "{app}\Addons\Squirrelmail Plugins\hmailserver_vacation"; Flags: ignoreversion 
  373. Source: "{app}\Addons\Utilities\DecryptBlowfish.vbs"; DestDir: "{app}\Addons\Utilities"; Flags: ignoreversion 
  374. Source: "{app}\Addons\Utilities\EncryptAllPasswords.vbs"; DestDir: "{app}\Addons\Utilities"; Flags: ignoreversion 
  375. Source: "{app}\Addons\Utilities\MakeServiceDependent.vbs"; DestDir: "{app}\Addons\Utilities"; Flags: ignoreversion 
  376. Source: "{app}\Events\EventHandlers.vbs"; DestDir: "{app}\Events"; Flags: onlyifdoesntexist 
  377. Source: "{app}\Addons\DataDirectorySynchronizer\DataDirectorySynchronizer.exe"; DestDir: "{app}\Addons\DataDirectorySynchronizer"; Flags: ignoreversion 
  378. Source: "{tmp}\ISC.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  379.  
  380. [Dirs]
  381. Name: "{app}\Data"; 
  382. Name: "{app}\Logs"; 
  383. Name: "{app}\Languages"; 
  384. Name: "{app}\DBScripts"; 
  385. Name: "{app}\Events"; 
  386. Name: "{app}\Temp"; 
  387. Name: "{app}\PHPWebAdmin\template_c"; 
  388.  
  389. [INI]
  390. FileName: "{app}\Bin\hMailServer.INI"; Section: "Directories"; Key: "ProgramFolder"; String: "{app}"; 
  391. FileName: "{app}\Bin\hMailServer.INI"; Section: "Directories"; Key: "DataFolder"; String: "{app}\Data"; Flags: createkeyifdoesntexist 
  392. FileName: "{app}\Bin\hMailServer.INI"; Section: "Directories"; Key: "LogFolder"; String: "{app}\Logs"; Flags: createkeyifdoesntexist 
  393. FileName: "{app}\Bin\hMailServer.INI"; Section: "Directories"; Key: "TempFolder"; String: "{app}\Temp"; Flags: createkeyifdoesntexist 
  394. FileName: "{app}\Bin\hMailServer.INI"; Section: "Directories"; Key: "EventFolder"; String: "{app}\Events"; Flags: createkeyifdoesntexist 
  395. FileName: "{app}\MySQL\my.INI"; Section: "mysqld"; Key: "basedir"; String: "{app}\MySQL"; Flags: createkeyifdoesntexist 
  396. FileName: "{app}\MySQL\my.INI"; Section: "mysqld"; Key: "datadir"; String: "{app}\MySQL\data"; Flags: createkeyifdoesntexist 
  397. FileName: "{app}\MySQL\my.INI"; Section: "mysqld"; Key: "port"; String: "3307"; Flags: createkeyifdoesntexist 
  398. FileName: "{app}\Bin\hMailServer.INI"; Section: "GUILanguages"; Key: "ValidLanguages"; String: "bulgarian,chinese,czech,danish,dutch,english,finnish,french,german,greek,hungarian,italian,japanese,norwegian,portuguesebrazilian,portugueseportugal,spanish,swedish,turkish"; 
  399.  
  400. [Run]
  401. Filename: "{app}\Bin\hMailAdmin.exe"; Description: "Run hMailServer Administrator"; Flags: postinstall nowait
  402.  
  403. [UninstallRun]
  404. Filename: "{app}\Bin\hMailServer.exe"; Parameters: "/Unregister"; 
  405. Filename: "{sys}\net.exe"; Parameters: "STOP hMailServer"; 
  406. Filename: "{sys}\net.exe"; Parameters: "STOP hMailServerMySQL"; 
  407. Filename: "{app}\MySQL\Bin\mysqld-nt.exe"; Parameters: "--remove hMailServerMySQL"; 
  408. Filename: "{app}\Bin\hSMTPServer.exe"; Parameters: "unregister"; 
  409. Filename: "{app}\Bin\hPOP3Server.exe"; Parameters: "unregister"; 
  410.  
  411. [Icons]
  412. Name: "{group}\hMailServer Database Setup"; Filename: "{app}\Bin\DBSetup.exe"; 
  413. Name: "{group}\hMailServer Administrator"; Filename: "{app}\Bin\hMailAdmin.exe"; 
  414. Name: "{group}\Installation\Uninstall hMailServer"; Filename: "{app}\unins000.exe"; 
  415. Name: "{group}\Service\Start service"; Filename: "{sys}\net.exe"; Parameters: "START hMailServer"; 
  416. Name: "{group}\Service\Stop service"; Filename: "{sys}\net.exe"; Parameters: "STOP hMailServer"; 
  417.  
  418. [CustomMessages]
  419. default.NameAndVersion=%1 version %2
  420. default.AdditionalIcons=Additional icons:
  421. default.CreateDesktopIcon=Create a &desktop icon
  422. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  423. default.ProgramOnTheWeb=%1 on the Web
  424. default.UninstallProgram=Uninstall %1
  425. default.LaunchProgram=Launch %1
  426. default.AssocFileExtension=&Associate %1 with the %2 file extension
  427. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  428.  
  429. [Languages]
  430. ; These files are stubs
  431. ; To achieve better results after recompilation, use the real language files
  432. Name: "default"; MessagesFile: "embedded\default.isl"; 
  433.