home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Editores / phpeditor_setup_en.exe / install_script.iss
Text File  |  2008-07-18  |  3KB  |  75 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=PHP Editor
  5. AppVerName=PHP Editor 2.22
  6. AppId=PHP Editor
  7. AppVersion=PHP Editor 2.22
  8. AppPublisherURL=http://paginas.terra.com.br/informatica/php_editor/index_en.html
  9. AppUpdatesURL=http://paginas.terra.com.br/informatica/php_editor/index_en.html
  10. DefaultDirName={pf}\PHP Editor
  11. DefaultGroupName=PHP Editor
  12. UninstallDisplayIcon={app}\PHPEditor.exe
  13. UninstallDisplayName=PHP Editor 2.22
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\PHPServer.ini"; DestDir: "{app}"; 
  22. Source: "{app}\Ajuda.htm"; DestDir: "{app}"; 
  23. Source: "{app}\auto_insertion.dat"; DestDir: "{app}"; 
  24. Source: "{app}\functions.dat"; DestDir: "{app}"; 
  25. Source: "{app}\php_manual_en.chm"; DestDir: "{app}"; 
  26. Source: "{app}\PHPEditor.exe"; DestDir: "{app}"; 
  27. Source: "{app}\PHPServer.exe"; DestDir: "{app}"; 
  28. Source: "{app}\php\php4ts.dll"; DestDir: "{app}\php"; 
  29. Source: "{app}\php\License"; DestDir: "{app}\php"; 
  30. Source: "{app}\php\php.exe"; DestDir: "{app}\php"; 
  31. Source: "{app}\php\php.ini"; DestDir: "{app}\php"; 
  32. Source: "{app}\Language\Default.lng"; DestDir: "{app}\Language"; 
  33. Source: "{app}\templates\html.ico"; DestDir: "{app}\templates"; 
  34. Source: "{app}\templates\HTML.txt"; DestDir: "{app}\templates"; 
  35. Source: "{app}\templates\HTML.template"; DestDir: "{app}\templates"; 
  36. Source: "{app}\templates\php.ico"; DestDir: "{app}\templates"; 
  37. Source: "{app}\templates\PHP.txt"; DestDir: "{app}\templates"; 
  38. Source: "{app}\templates\PHP.template"; DestDir: "{app}\templates"; 
  39. Source: "{app}\Language\English.lng"; DestDir: "{app}\Language"; 
  40. Source: "{app}\WebSite.url"; DestDir: "{app}"; 
  41.  
  42. [Dirs]
  43. Name: "{app}\php"; 
  44. Name: "{app}\php\sessiondata"; 
  45. Name: "{app}\php\uploadtemp"; 
  46. Name: "{app}\Language"; 
  47. Name: "{app}\templates"; 
  48.  
  49. [Registry]
  50. Root: HKCU; Subkey: "Software\PHPEditor\Options"; ValueName: "FirstTime"; ValueType: Dword; ValueData: "$1"; 
  51. Root: HKCU; Subkey: "Software\PHPEditor\Options"; ValueName: "CHMFile"; ValueType: String; ValueData: "{app}\php_manual_en.chm"; 
  52. Root: HKCU; Subkey: "Software\PHPEditor\Options"; ValueName: "CHMLang"; ValueType: String; ValueData: "en"; 
  53. Root: HKCU; Subkey: "Software\PHPEditor\Options"; ValueName: "DirPHPExe"; ValueType: String; ValueData: "{app}\php\php.exe"; 
  54. Root: HKCU; Subkey: "Software\PHPEditor\Options"; ValueName: "LanguageName"; ValueType: String; ValueData: "English"; 
  55.  
  56. [Icons]
  57. Name: "{group}\PHP Editor"; Filename: "{app}\PHPEditor.exe"; WorkingDir: "{app}"; IconFilename: "{app}\PHPEditor.exe"; 
  58. Name: "{group}\Web Site"; Filename: "{app}\WebSite.url"; 
  59.  
  60. [CustomMessages]
  61. default.NameAndVersion=%1 version %2
  62. default.AdditionalIcons=Additional icons:
  63. default.CreateDesktopIcon=Create a &desktop icon
  64. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. default.ProgramOnTheWeb=%1 on the Web
  66. default.UninstallProgram=Uninstall %1
  67. default.LaunchProgram=Launch %1
  68. default.AssocFileExtension=&Associate %1 with the %2 file extension
  69. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.